Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStatusHeader);
195 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStatusHeader); in init_stub_library()
Dstubs_arm64.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStatusHeader);
195 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStatusHeader); in init_stub_library()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp55 binder_status_t status = AParcel_readStatusHeader(p.aParcel(), t.getR()); in __anona8499bf60202()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt47 AParcel_readStatusHeader;
Dparcel.cpp281 binder_status_t AParcel_readStatusHeader(const AParcel* parcel, AStatus** status) { in AParcel_readStatusHeader() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h484 binder_status_t AParcel_readStatusHeader(const AParcel* parcel, AStatus** status)
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs619 sys::AParcel_readStatusHeader(parcel.as_native(), &mut status_ptr) in deserialize()