Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h264 typedef bool (*AParcel_int64ArrayAllocator)(void* arrayData, int32_t length, int64_t** outBuffer); typedef
1012 AParcel_int64ArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp643 AParcel_int64ArrayAllocator allocator) { in AParcel_readInt64Array()