Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBoolArray);
163 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBoolArray); in init_stub_library()
Dstubs_arm64.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBoolArray);
163 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBoolArray); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt32 AParcel_readBoolArray;
Dparcel.cpp630 binder_status_t AParcel_readBoolArray(const AParcel* parcel, void* arrayData, in AParcel_readBoolArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1079 binder_status_t AParcel_readBoolArray(const AParcel* parcel, void* arrayData,
Dbinder_parcel_utils.h785 return AParcel_readBoolArray(parcel, vectorData, AParcel_stdVectorExternalAllocator<bool>, in AParcel_readVector()
795 return AParcel_readBoolArray(parcel, vectorData, in AParcel_readVector()