Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
276 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
276 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
Dstubs_riscv64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
276 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt38 AParcel_readDoubleArray;
Dparcel.cpp657 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData, in AParcel_readDoubleArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1065 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h1263 return AParcel_readDoubleArray(parcel, vectorData, AParcel_stdVectorAllocator<double>);
1272 return AParcel_readDoubleArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<double>);
1539 return AParcel_readDoubleArray(parcel, arrayData, &AParcel_stdArrayAllocator<T, N>);
1593 return AParcel_readDoubleArray(parcel, arrayData, &AParcel_nullableStdArrayAllocator<T, N>);
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs504 impl DeserializeArray for f64 = sys::AParcel_readDoubleArray;