Home
last modified time | relevance | path

Searched refs:AParcel_readByteArray (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
182 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
Dstubs_arm64.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
182 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt34 AParcel_readByteArray;
Dparcel.cpp645 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData, in AParcel_readByteArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1116 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h859 return AParcel_readByteArray(parcel, vectorData, AParcel_stdVectorAllocator<int8_t>); in AParcel_readVector()
868 return AParcel_readByteArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<int8_t>); in AParcel_readVector()
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs341 impl DeserializeArray for u8 = sys::AParcel_readByteArray;
346 impl DeserializeArray for i8 = sys::AParcel_readByteArray;
/frameworks/base/libs/hwui/jni/
DBitmap.cpp620 auto error = AParcel_readByteArray(mParcel, &data, in readData()
679 AParcel_readByteArray(parcel, &data, in readBlob()