Searched refs:AParcel_readFloatArray (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readFloatArray); 215 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readFloatArray); in init_stub_library()
|
H A D | stubs_arm64.cc | 82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readFloatArray); 215 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readFloatArray); in init_stub_library()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 40 AParcel_readFloatArray;
|
H A D | parcel.cpp | 624 binder_status_t AParcel_readFloatArray(const AParcel* parcel, void* arrayData, in AParcel_readFloatArray() function
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 1042 binder_status_t AParcel_readFloatArray(const AParcel* parcel, void* arrayData,
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_parcel_utils.h | 722 return AParcel_readFloatArray(parcel, vectorData, AParcel_stdVectorAllocator<float>); in AParcel_readVector() 731 return AParcel_readFloatArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<float>); in AParcel_readVector()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 380 impl DeserializeArray for f32 = sys::AParcel_readFloatArray;
|