Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBool);
269 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBool); in init_stub_library()
Dstubs_arm64.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBool);
269 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBool); in init_stub_library()
Dstubs_riscv64.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBool);
269 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBool); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt31 AParcel_readBool;
Dparcel.cpp578 binder_status_t AParcel_readBool(const AParcel* parcel, bool* value) { in AParcel_readBool() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h804 binder_status_t AParcel_readBool(const AParcel* parcel, bool* value) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp127 PARCEL_READ(bool, AParcel_readBool),
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs456 impl Deserialize for bool = sys::AParcel_readBool;
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h1684 return AParcel_readBool(parcel, value);