Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
213 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
H A Dstubs_arm64.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
213 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt38 AParcel_readDoubleArray;
H A Dparcel.cpp629 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData, in AParcel_readDoubleArray() function
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h1060 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData,
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_parcel_utils.h755 return AParcel_readDoubleArray(parcel, vectorData, AParcel_stdVectorAllocator<double>); in AParcel_readVector()
764 return AParcel_readDoubleArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<double>); in AParcel_readVector()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs385 impl DeserializeArray for f64 = sys::AParcel_readDoubleArray;