Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
177 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
Dstubs_arm.cc68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray);
177 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.cpp625 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData, in AParcel_readDoubleArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1061 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h751 return AParcel_readDoubleArray(parcel, vectorData, AParcel_stdVectorAllocator<double>); in AParcel_readVector()
760 return AParcel_readDoubleArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<double>); in AParcel_readVector()