Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBoolArray);
207 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBoolArray); in init_stub_library()
H A Dstubs_arm64.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBoolArray);
207 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBoolArray); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt32 AParcel_readBoolArray;
H A Dparcel.cpp634 binder_status_t AParcel_readBoolArray(const AParcel* parcel, void* arrayData, in AParcel_readBoolArray() function
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h1079 binder_status_t AParcel_readBoolArray(const AParcel* parcel, void* arrayData,
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_parcel_utils.h789 return AParcel_readBoolArray(parcel, vectorData, AParcel_stdVectorExternalAllocator<bool>, in AParcel_readVector()
799 return AParcel_readBoolArray(parcel, vectorData, in AParcel_readVector()