Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt64Array);
183 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt64Array); in init_stub_library()
Dstubs_arm.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readInt64Array);
183 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readInt64Array); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt44 AParcel_readInt64Array;
Dparcel.cpp610 binder_status_t AParcel_readInt64Array(const AParcel* parcel, void* arrayData, in AParcel_readInt64Array() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1007 binder_status_t AParcel_readInt64Array(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h651 return AParcel_readInt64Array(parcel, vectorData, AParcel_stdVectorAllocator<int64_t>); in AParcel_readVector()
660 return AParcel_readInt64Array(parcel, vectorData, AParcel_nullableStdVectorAllocator<int64_t>); in AParcel_readVector()