Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h271 typedef bool (*AParcel_uint64ArrayAllocator)(void* arrayData, int32_t length, uint64_t** outBuffer); typedef
931 AParcel_uint64ArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp623 AParcel_uint64ArrayAllocator allocator) { in AParcel_readUint64Array()