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.h141 typedef bool (*AParcel_stringArrayElementAllocator)(void* arrayData, size_t index, int32_t length, typedef
567 AParcel_stringArrayElementAllocator elementAllocator)
/frameworks/native/libs/binder/ndk/
Dparcel.cpp393 AParcel_stringArrayElementAllocator elementAllocator;
404 AParcel_stringArrayElementAllocator elementAllocator) { in AParcel_readStringArray()