Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h222 typedef bool (*AParcel_int32ArrayAllocator)(void* arrayData, int32_t length, int32_t** outBuffer); typedef
972 AParcel_int32ArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp601 AParcel_int32ArrayAllocator allocator) { in AParcel_readInt32Array()