Home
last modified time | relevance | path

Searched refs:AParcel_readFloatArray (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc89 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readFloatArray);
236 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readFloatArray); in init_stub_library()
Dstubs_arm.cc89 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readFloatArray);
236 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readFloatArray); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt40 AParcel_readFloatArray;
Dparcel.cpp646 binder_status_t AParcel_readFloatArray(const AParcel* parcel, void* arrayData, in AParcel_readFloatArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1047 binder_status_t AParcel_readFloatArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h1230 return AParcel_readFloatArray(parcel, vectorData, AParcel_stdVectorAllocator<float>);
1239 return AParcel_readFloatArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<float>);
1537 return AParcel_readFloatArray(parcel, arrayData, &AParcel_stdArrayAllocator<T, N>);
1591 return AParcel_readFloatArray(parcel, arrayData, &AParcel_nullableStdArrayAllocator<T, N>);
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs425 impl DeserializeArray for f32 = sys::AParcel_readFloatArray;