Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray);
175 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray);
175 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt36 AParcel_readCharArray;
Dparcel.cpp636 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData, in AParcel_readCharArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1099 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h821 return AParcel_readCharArray(parcel, vectorData, AParcel_stdVectorAllocator<char16_t>); in AParcel_readVector()
830 return AParcel_readCharArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<char16_t>); in AParcel_readVector()