Searched refs:AParcel_writeDouble (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeDouble); 238 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeDouble); in init_stub_library()
|
H A D | stubs_arm64.cc | 105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeDouble); 238 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeDouble); in init_stub_library()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 62 AParcel_writeDouble;
|
H A D | parcel.cpp | 500 binder_status_t AParcel_writeDouble(AParcel* parcel, double value) { in AParcel_writeDouble() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | StructuredParcelable.cpp | 447 _aidl_ret_status = AParcel_writeDouble(parcel, doubleWithDefault); in writeToParcel() 471 _aidl_ret_status = AParcel_writeDouble(parcel, doubleDefault); in writeToParcel() 474 _aidl_ret_status = AParcel_writeDouble(parcel, checkDoubleFromFloat); in writeToParcel()
|
H A D | ParcelableForToString.cpp | 201 _aidl_ret_status = AParcel_writeDouble(parcel, doubleValue); in writeToParcel()
|
H A D | ITestService.cpp | 182 _aidl_ret_status = AParcel_writeDouble(_aidl_out, _aidl_return); in _aidl_onTransact() 1379 _aidl_ret_status = AParcel_writeDouble(_aidl_in.get(), in_token); in RepeatDouble()
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 679 binder_status_t AParcel_writeDouble(AParcel* parcel, double value) __INTRODUCED_IN(29);
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 289 _aidl_ret_status = AParcel_writeDouble(_aidl_in.get(), in_doubleValue); 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 | 289 _aidl_ret_status = AParcel_writeDouble(_aidl_in.get(), in_doubleValue); in LogThis()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 382 impl Serialize for f64 = sys::AParcel_writeDouble;
|