android: binder: add extra size to allocator.
authorMartijn Coenen <maco@google.com>
Fri, 30 Sep 2016 12:05:40 +0000 (14:05 +0200)
committerMartijn Coenen <maco@android.com>
Mon, 31 Oct 2016 14:14:59 +0000 (15:14 +0100)
commit843a25788dba57df35820bcc91796fb30b56335c
treebbfa2bfb59c3c4baa00721aa093360d6ad9ca82a
parentbfd49fea44974857219e7387a11534c12d2440fc
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>
drivers/android/binder.c