Searched refs:AParcel_readByteArray (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByteArray); 209 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByteArray); in init_stub_library()
|
H A D | stubs_arm64.cc | 76 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 D | libbinder_ndk.map.txt | 34 AParcel_readByteArray;
|
H A D | parcel.cpp | 645 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 D | binder_parcel.h | 1116 binder_status_t AParcel_readByteArray(const AParcel* parcel, void* arrayData,
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_parcel_utils.h | 859 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 D | parcelable.rs | 341 impl DeserializeArray for u8 = sys::AParcel_readByteArray; 346 impl DeserializeArray for i8 = sys::AParcel_readByteArray;
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Bitmap.cpp | 620 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 D | StructuredParcelable.cpp | 65 …_aidl_ret_status = AParcel_readByteArray(parcel, static_cast<void*>(&shouldContainTwoByteFoos), nd… in readFromParcel()
|
H A D | ITestService.cpp | 464 …_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()
|