Home
last modified time | relevance | path

Searched refs:AParcel_writeBool (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeBool);
232 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeBool); in init_stub_library()
H A Dstubs_arm64.cc99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeBool);
232 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeBool); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt56 AParcel_writeBool;
H A Dparcel.cpp505 binder_status_t AParcel_writeBool(AParcel* parcel, bool value) { in AParcel_writeBool() function
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h691 binder_status_t AParcel_writeBool(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.cpp438 _aidl_ret_status = AParcel_writeBool(parcel, booleanDefaultsToTrue); in writeToParcel()
456 _aidl_ret_status = AParcel_writeBool(parcel, boolDefault); in writeToParcel()
H A DParcelableForToString.cpp219 _aidl_ret_status = AParcel_writeBool(parcel, booleanValue); in writeToParcel()
H A DITestService.cpp74 _aidl_ret_status = AParcel_writeBool(_aidl_out, _aidl_return); in _aidl_onTransact()
569 _aidl_ret_status = AParcel_writeBool(_aidl_out, _aidl_return); in _aidl_onTransact()
1133 _aidl_ret_status = AParcel_writeBool(_aidl_in.get(), in_token); in RepeatBoolean()
2939 _aidl_ret_status = AParcel_writeBool(_aidl_in.get(), in_return_null); in GetCallback()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp253 _aidl_ret_status = AParcel_writeBool(_aidl_in.get(), in_boolValue); in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp253 _aidl_ret_status = AParcel_writeBool(_aidl_in.get(), in_boolValue); in LogThis()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs336 impl Serialize for bool = sys::AParcel_writeBool;