Searched refs:AParcel_readDoubleArray (Results 1 – 7 of 7) sorted by relevance
| /frameworks/libs/native_bridge_support/libbinder_ndk/ |
| D | stubs_arm64.cc | 87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray); 234 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readDoubleArray); in init_stub_library()
|
| D | stubs_arm.cc | 87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readDoubleArray); 234 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 | 651 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 | 1065 binder_status_t AParcel_readDoubleArray(const AParcel* parcel, void* arrayData,
|
| /frameworks/native/libs/binder/ndk/include_cpp/android/ |
| D | binder_parcel_utils.h | 1263 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/ |
| D | parcelable.rs | 430 impl DeserializeArray for f64 = sys::AParcel_readDoubleArray;
|