Home
last modified time | relevance | path

Searched refs:AParcel_unmarshal (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/audioaidlconversion/
DAndroid.bp247 min_sdk_version: "33", //AParcel_unmarshal has been introduced in 33
DAidlConversionNdkCpp.cpp66 RETURN_IF_ERROR(statusTFromBinderStatusT(AParcel_unmarshal( in cpp2ndk()
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_unmarshal);
295 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_unmarshal); in init_stub_library()
Dstubs_arm64.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_unmarshal);
295 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_unmarshal); in init_stub_library()
Dstubs_riscv64.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_unmarshal);
295 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_unmarshal); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt152 AParcel_unmarshal;
Dparcel.cpp719 binder_status_t AParcel_unmarshal(AParcel* parcel, const uint8_t* buffer, size_t len) { in AParcel_unmarshal() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1207 binder_status_t AParcel_unmarshal(AParcel* parcel, const uint8_t* buffer, size_t len)
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp220 binder_status_t status = AParcel_unmarshal(adapter.aParcel(), buffer, bufferLen); in __anona4d1af0f0a02()