Searched refs:AParcel_readParcelableArray (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/ |
D | stubs_arm.cc | 95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray); 284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readParcelableArray); in init_stub_library()
|
D | stubs_arm64.cc | 95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray); 284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readParcelableArray); in init_stub_library()
|
D | stubs_riscv64.cc | 95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray); 284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readParcelableArray); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 45 AParcel_readParcelableArray;
|
D | parcel.cpp | 480 binder_status_t AParcel_readParcelableArray(const AParcel* parcel, void* arrayData, in AParcel_readParcelableArray() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_parcel.h | 608 binder_status_t AParcel_readParcelableArray(const AParcel* parcel, void* arrayData,
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcel_utils.h | 1006 return AParcel_readParcelableArray(parcel, vectorData, 1068 return AParcel_readParcelableArray(parcel, vectorData, 1544 return AParcel_readParcelableArray(parcel, arrayData, &AParcel_stdArrayExternalAllocator<N>, 1565 return AParcel_readParcelableArray(parcel, arrayData, &AParcel_stdArrayExternalAllocator<N>, 1599 return AParcel_readParcelableArray(parcel, arrayData,
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 184 sys::AParcel_readParcelableArray( in deserialize_array()
|