Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray);
211 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
H A Dstubs_arm64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readCharArray);
211 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readCharArray); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt36 AParcel_readCharArray;
H A Dparcel.cpp640 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData, in AParcel_readCharArray() function
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h1098 binder_status_t AParcel_readCharArray(const AParcel* parcel, void* arrayData,
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_parcel_utils.h825 return AParcel_readCharArray(parcel, vectorData, AParcel_stdVectorAllocator<char16_t>); in AParcel_readVector()
834 return AParcel_readCharArray(parcel, vectorData, AParcel_nullableStdVectorAllocator<char16_t>); in AParcel_readVector()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs351 impl DeserializeArray for u16 = sys::AParcel_readCharArray;
355 impl DeserializeArray for i16 = sys::AParcel_readCharArray;