Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStatusHeader);
285 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStatusHeader); in init_stub_library()
Dstubs_arm64.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStatusHeader);
285 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStatusHeader); in init_stub_library()
Dstubs_riscv64.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStatusHeader);
285 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStatusHeader); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt47 AParcel_readStatusHeader;
Dparcel.cpp315 binder_status_t AParcel_readStatusHeader(const AParcel* parcel, AStatus** status) { in AParcel_readStatusHeader() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h489 binder_status_t AParcel_readStatusHeader(const AParcel* parcel, AStatus** status)
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp96 binder_status_t status = AParcel_readStatusHeader(p.aParcel(), t.getR()); in __anona4d1af0f0202()
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs831 unsafe { sys::AParcel_readStatusHeader(parcel.as_native(), &mut status_ptr) }; in deserialize()