Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h240 typedef bool (*AParcel_uint32ArrayAllocator)(void* arrayData, int32_t length, uint32_t** outBuffer); typedef
989 AParcel_uint32ArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp610 AParcel_uint32ArrayAllocator allocator) { in AParcel_readUint32Array()