Home
last modified time | relevance | path

Searched refs:AParcel_readCharArray (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt36 AParcel_readCharArray;
Dparcel.cpp643 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData, in AParcel_readCharArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h996 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData,
Dbinder_parcel_utils.h722 return AParcel_readCharArray(parcel, vectorData, AParcel_stdVectorAllocator<char16_t>); in AParcel_readVector()
731 return AParcel_readCharArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<char16_t>); in AParcel_readVector()