Home
last modified time | relevance | path

Searched refs:AParcel_readInt32Array (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc72 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32Array);
181 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32Array); in init_stub_library()
Dstubs_arm.cc72 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt32Array);
181 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt32Array); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt42 AParcel_readInt32Array;
Dparcel.cpp600 binder_status_t AParcel_readInt32Array(const AParcel* parcel, void* arrayData, in AParcel_readInt32Array() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h971 binder_status_t AParcel_readInt32Array(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h584 return AParcel_readInt32Array(parcel, vectorData, AParcel_stdVectorAllocator<int32_t>); in AParcel_readVector()
593 return AParcel_readInt32Array(parcel, vectorData, AParcel_nullableStdVectorAllocator<int32_t>); in AParcel_readVector()