Home
last modified time | relevance | path

Searched refs:AParcel_readParcelableArray (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray);
284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readParcelableArray); in init_stub_library()
Dstubs_arm64.cc95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray);
284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readParcelableArray); in init_stub_library()
Dstubs_riscv64.cc95 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/
Dlibbinder_ndk.map.txt45 AParcel_readParcelableArray;
Dparcel.cpp480 binder_status_t AParcel_readParcelableArray(const AParcel* parcel, void* arrayData, in AParcel_readParcelableArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h608 binder_status_t AParcel_readParcelableArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h1006 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/
Dparcelable.rs184 sys::AParcel_readParcelableArray( in deserialize_array()