Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt38 AParcel_readDoubleArray;
Dparcel.cpp632 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData, in AParcel_readDoubleArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h962 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData,
Dbinder_parcel_utils.h652 return AParcel_readDoubleArray(parcel, vectorData, AParcel_stdVectorAllocator<double>); in AParcel_readVector()
661 return AParcel_readDoubleArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<double>); in AParcel_readVector()