Searched refs:AParcel_readByteArray (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/native_bridge_support/libbinder_ndk/ |
D | stubs_arm64.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray); 173 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
|
D | stubs_arm.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray); 173 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 34 AParcel_readByteArray;
|
D | parcel.cpp | 641 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData, in AParcel_readByteArray() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_parcel.h | 1117 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcel_utils.h | 854 return AParcel_readByteArray(parcel, vectorData, AParcel_stdVectorAllocator<int8_t>); in AParcel_readVector() 863 return AParcel_readByteArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<int8_t>); in AParcel_readVector()
|