Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc81 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readFloat);
214 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readFloat); in init_stub_library()
H A Dstubs_arm64.cc81 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readFloat);
214 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readFloat); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt39 AParcel_readFloat;
H A Dparcel.cpp540 binder_status_t AParcel_readFloat(const AParcel* parcel, float* value) { in AParcel_readFloat() function
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder_ndk.cpp81 PARCEL_READ(float, AParcel_readFloat),
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h775 binder_status_t AParcel_readFloat(const AParcel* parcel, float* value) __INTRODUCED_IN(29);
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DStructuredParcelable.cpp128 _aidl_ret_status = AParcel_readFloat(parcel, &floatDefaultsToPi); in readFromParcel()
184 _aidl_ret_status = AParcel_readFloat(parcel, &floatDefault); in readFromParcel()
H A DParcelableForToString.cpp65 _aidl_ret_status = AParcel_readFloat(parcel, &floatValue); in readFromParcel()
H A DITestService.cpp155 _aidl_ret_status = AParcel_readFloat(_aidl_in, &in_token); in _aidl_onTransact()
1361 _aidl_ret_status = AParcel_readFloat(_aidl_out.get(), _aidl_return); in RepeatFloat()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp81 _aidl_ret_status = AParcel_readFloat(_aidl_in, &in_floatValue); in _aidl_onTransact()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp81 _aidl_ret_status = AParcel_readFloat(_aidl_in, &in_floatValue); in _aidl_onTransact()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs378 impl Deserialize for f32 = sys::AParcel_readFloat;