Home
last modified time | relevance | path

Searched refs:AParcel_byteArrayAllocator (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h383 typedef bool (*AParcel_byteArrayAllocator)(void* arrayData, int32_t length, int8_t** outBuffer); typedef
1013 AParcel_byteArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp649 AParcel_byteArrayAllocator allocator) { in AParcel_readByteArray()