commit | 59878d7f3e2f3bf4b32775f128c5f85fc0bdfec2 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Fri Sep 30 14:05:40 2016 +0200 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Jan 27 13:55:35 2017 -0800 |
tree | cf2568e1eec332bcf0abba87cc1df9340e3ffa07 | |
parent | d82cb8b4f171885a3b277c1e9a9ae44e64506b66 [diff] |
ANDROID: binder: add extra size to allocator. The binder_buffer allocator currently only allocates space for the data and offsets buffers of a Parcel. This change allows for requesting an additional chunk of data in the buffer, which can for example be used to hold additional meta-data about the transaction (eg a security context). Change-Id: I58ab9c383a2e1a3057aae6adaa596ce867f1b157 Signed-off-by: Martijn Coenen <maco@google.com>