Home
last modified time | relevance | path

Searched refs:AParcel_readCharArray (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray);
274 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
Dstubs_arm64.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray);
274 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
Dstubs_riscv64.cc85 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/
Dlibbinder_ndk.map.txt36 AParcel_readCharArray;
Dparcel.cpp668 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData, in AParcel_readCharArray() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h1103 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h1333 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/
Dparcelable.rs470 impl DeserializeArray for u16 = sys::AParcel_readCharArray;
474 impl DeserializeArray for i16 = sys::AParcel_readCharArray;