Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h316 typedef bool (*AParcel_doubleArrayAllocator)(void* arrayData, int32_t length, double** outBuffer); typedef
1061 AParcel_doubleArrayAllocator allocator) __INTRODUCED_IN(29);
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp630 AParcel_doubleArrayAllocator allocator) { in AParcel_readDoubleArray()