Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray);
194 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readParcelableArray); in init_stub_library()
Dstubs_arm64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readParcelableArray);
194 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.cpp449 binder_status_t AParcel_readParcelableArray(const AParcel* parcel, void* arrayData, in AParcel_readParcelableArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h603 binder_status_t AParcel_readParcelableArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h562 return AParcel_readParcelableArray(parcel, vectorData, AParcel_stdVectorExternalAllocator<P>, in AParcel_readVector()
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs104 sys::AParcel_readParcelableArray( in deserialize_array()