Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h371 typedef bool (*AParcel_charArrayAllocator)(void* arrayData, int32_t length, char16_t** outBuffer); typedef
1099 AParcel_charArrayAllocator allocator) __INTRODUCED_IN(29);
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp641 AParcel_charArrayAllocator allocator) { in AParcel_readCharArray()