Searched refs:AParcel_readBoolArray (Results 1 – 6 of 6) sorted by relevance
| /frameworks/libs/native_bridge_support/libbinder_ndk/ |
| D | stubs_arm64.cc | 81 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBoolArray); 228 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBoolArray); in init_stub_library()
|
| D | stubs_arm.cc | 81 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readBoolArray); 228 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readBoolArray); in init_stub_library()
|
| /frameworks/native/libs/binder/ndk/ |
| D | libbinder_ndk.map.txt | 32 AParcel_readBoolArray;
|
| D | parcel.cpp | 656 binder_status_t AParcel_readBoolArray(const AParcel* parcel, void* arrayData, in AParcel_readBoolArray() function
|
| /frameworks/native/libs/binder/ndk/include_ndk/android/ |
| D | binder_parcel.h | 1084 binder_status_t AParcel_readBoolArray(const AParcel* parcel, void* arrayData,
|
| /frameworks/native/libs/binder/ndk/include_cpp/android/ |
| D | binder_parcel_utils.h | 1297 return AParcel_readBoolArray(parcel, vectorData, AParcel_stdVectorExternalAllocator<bool>, 1307 return AParcel_readBoolArray(parcel, vectorData, 1526 return AParcel_readBoolArray(parcel, arrayData, &AParcel_stdArrayExternalAllocator<N>, 1578 return AParcel_readBoolArray(parcel, arrayData,
|