Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_marshal);
268 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_marshal); in init_stub_library()
Dstubs_arm64.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_marshal);
268 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_marshal); in init_stub_library()
Dstubs_riscv64.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_marshal);
268 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_marshal); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt151 AParcel_marshal;
Dparcel.cpp700 binder_status_t AParcel_marshal(const AParcel* parcel, uint8_t* buffer, size_t start, size_t len) { in AParcel_marshal() function
/frameworks/av/media/audioaidlconversion/
DAidlConversionNdkCpp.cpp85 RETURN_IF_ERROR(statusTFromBinderStatusT(AParcel_marshal( in ndk2cpp()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1193 binder_status_t AParcel_marshal(const AParcel* parcel, uint8_t* buffer, size_t start, size_t len)
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp210 binder_status_t status = AParcel_marshal(p.aParcel(), buffer, start, len); in __anona4d1af0f0902()