Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h298 typedef bool (*AParcel_floatArrayAllocator)(void* arrayData, int32_t length, float** outBuffer); typedef
1044 AParcel_floatArrayAllocator allocator) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dparcel.cpp621 AParcel_floatArrayAllocator allocator) { in AParcel_readFloatArray()