Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DScopedParcel.cpp55 auto error = AParcel_readByteArray( in readData()
DBitmap.cpp620 AParcel_readByteArray(parcel, &data, in readBlob()
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
272 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
Dstubs_arm64.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
272 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
Dstubs_riscv64.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
272 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.cpp673 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData, in AParcel_readByteArray() function
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h995 return AParcel_readByteArray(parcel, vectorData, AParcel_stdVectorAllocator<int8_t>);
1053 return AParcel_readByteArray(parcel, vectorData,
1367 return AParcel_readByteArray(parcel, vectorData, AParcel_stdVectorAllocator<int8_t>);
1376 return AParcel_readByteArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<int8_t>);
1529 return AParcel_readByteArray(parcel, arrayData, &AParcel_stdArrayAllocator<int8_t, N>);
1582 return AParcel_readByteArray(parcel, arrayData,
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1121 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs460 impl DeserializeArray for u8 = sys::AParcel_readByteArray;
465 impl DeserializeArray for i8 = sys::AParcel_readByteArray;