Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h142 typedef bool (*AParcel_stringArrayElementAllocator)(void* arrayData, size_t index, int32_t length, typedef
568 AParcel_stringArrayElementAllocator elementAllocator)
/frameworks/native/libs/binder/ndk/
Dparcel.cpp389 AParcel_stringArrayElementAllocator elementAllocator;
400 AParcel_stringArrayElementAllocator elementAllocator) { in AParcel_readStringArray()