Searched refs:AParcel_writeBool (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeBool); 232 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeBool); in init_stub_library()
|
H A D | stubs_arm64.cc | 99 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 D | libbinder_ndk.map.txt | 56 AParcel_writeBool;
|
H A D | parcel.cpp | 505 binder_status_t AParcel_writeBool(AParcel* parcel, bool value) { in AParcel_writeBool() function
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 691 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 D | StructuredParcelable.cpp | 438 _aidl_ret_status = AParcel_writeBool(parcel, booleanDefaultsToTrue); in writeToParcel() 456 _aidl_ret_status = AParcel_writeBool(parcel, boolDefault); in writeToParcel()
|
H A D | ParcelableForToString.cpp | 219 _aidl_ret_status = AParcel_writeBool(parcel, booleanValue); in writeToParcel()
|
H A D | ITestService.cpp | 74 _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 D | ILoggableInterface.cpp | 253 _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 D | ILoggableInterface.cpp | 253 _aidl_ret_status = AParcel_writeBool(_aidl_in.get(), in_boolValue); in LogThis()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 336 impl Serialize for bool = sys::AParcel_writeBool;
|