Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
209 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
H A Dstubs_arm64.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray);
209 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt34 AParcel_readByteArray;
H A Dparcel.cpp645 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData, in AParcel_readByteArray() function
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h1116 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A 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()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs341 impl DeserializeArray for u8 = sys::AParcel_readByteArray;
346 impl DeserializeArray for i8 = sys::AParcel_readByteArray;
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp620 auto error = AParcel_readByteArray(mParcel, &data, in readData()
679 AParcel_readByteArray(parcel, &data, in readBlob()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DStructuredParcelable.cpp65 …_aidl_ret_status = AParcel_readByteArray(parcel, static_cast<void*>(&shouldContainTwoByteFoos), nd… in readFromParcel()
H A DITestService.cpp464 …_aidl_ret_status = AParcel_readByteArray(_aidl_in, static_cast<void*>(&in_input), ndk::AParcel_std… in _aidl_onTransact()
675 …_aidl_ret_status = AParcel_readByteArray(_aidl_in, static_cast<void*>(&in_input), ndk::AParcel_nul… in _aidl_onTransact()
1986 …_aidl_ret_status = AParcel_readByteArray(_aidl_out.get(), static_cast<void*>(_aidl_return), ndk::A… in ReverseByteEnum()
1989 …_aidl_ret_status = AParcel_readByteArray(_aidl_out.get(), static_cast<void*>(out_repeated), ndk::A… in ReverseByteEnum()
2420 …_aidl_ret_status = AParcel_readByteArray(_aidl_out.get(), static_cast<void*>(_aidl_return), ndk::A… in RepeatNullableByteEnumArray()