Searched refs:AParcel_readCharArray (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/ |
D | stubs_arm.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray); 274 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
|
D | stubs_arm64.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray); 274 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
|
D | stubs_riscv64.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray); 274 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 36 AParcel_readCharArray;
|
D | parcel.cpp | 668 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData, in AParcel_readCharArray() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_parcel.h | 1103 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData,
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_parcel_utils.h | 1333 return AParcel_readCharArray(parcel, vectorData, AParcel_stdVectorAllocator<char16_t>); 1342 return AParcel_readCharArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<char16_t>); 1531 return AParcel_readCharArray(parcel, arrayData, &AParcel_stdArrayAllocator<T, N>); 1585 return AParcel_readCharArray(parcel, arrayData, &AParcel_nullableStdArrayAllocator<T, N>);
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 470 impl DeserializeArray for u16 = sys::AParcel_readCharArray; 474 impl DeserializeArray for i16 = sys::AParcel_readCharArray;
|