Searched refs:AParcel_readDoubleArray (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/native_bridge_support/libbinder_ndk/ |
D | stubs_arm64.cc | 68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray); 177 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
|
D | stubs_arm.cc | 68 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/ |
D | libbinder_ndk.map.txt | 38 AParcel_readDoubleArray;
|
D | parcel.cpp | 625 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData, in AParcel_readDoubleArray() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_parcel.h | 1061 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData,
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcel_utils.h | 751 return AParcel_readDoubleArray(parcel, vectorData, AParcel_stdVectorAllocator<double>); in AParcel_readVector() 760 return AParcel_readDoubleArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<double>); in AParcel_readVector()
|