Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBool);
206 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBool); in init_stub_library()
H A Dstubs_arm64.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBool);
206 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBool); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt31 AParcel_readBool;
H A Dparcel.cpp550 binder_status_t AParcel_readBool(const AParcel* parcel, bool* value) { in AParcel_readBool() function
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder_ndk.cpp83 PARCEL_READ(bool, AParcel_readBool),
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h799 binder_status_t AParcel_readBool(const AParcel* parcel, bool* value) __INTRODUCED_IN(29);
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DStructuredParcelable.cpp114 _aidl_ret_status = AParcel_readBool(parcel, &booleanDefaultsToTrue); in readFromParcel()
156 _aidl_ret_status = AParcel_readBool(parcel, &boolDefault); in readFromParcel()
H A DParcelableForToString.cpp93 _aidl_ret_status = AParcel_readBool(parcel, &booleanValue); in readFromParcel()
H A DITestService.cpp65 _aidl_ret_status = AParcel_readBool(_aidl_in, &in_token); in _aidl_onTransact()
919 _aidl_ret_status = AParcel_readBool(_aidl_in, &in_return_null); in _aidl_onTransact()
1156 _aidl_ret_status = AParcel_readBool(_aidl_out.get(), _aidl_return); in RepeatBoolean()
2168 _aidl_ret_status = AParcel_readBool(_aidl_out.get(), _aidl_return); in VerifyName()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp51 _aidl_ret_status = AParcel_readBool(_aidl_in, &in_boolValue); in _aidl_onTransact()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp51 _aidl_ret_status = AParcel_readBool(_aidl_in, &in_boolValue); in _aidl_onTransact()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs337 impl Deserialize for bool = sys::AParcel_readBool;