Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h317 typedef bool (*AParcel_doubleArrayAllocator)(void* arrayData, int32_t length, double** outBuffer); typedef
1062 AParcel_doubleArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp626 AParcel_doubleArrayAllocator allocator) { in AParcel_readDoubleArray()