Home
last modified time | relevance | path

Searched refs:AParcel_readChar (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readChar);
273 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readChar); in init_stub_library()
Dstubs_arm64.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readChar);
273 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readChar); in init_stub_library()
Dstubs_riscv64.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readChar);
273 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readChar); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt35 AParcel_readChar;
Dparcel.cpp583 binder_status_t AParcel_readChar(const AParcel* parcel, char16_t* value) { in AParcel_readChar() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h816 binder_status_t AParcel_readChar(const AParcel* parcel, char16_t* value) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp128 PARCEL_READ(char16_t, AParcel_readChar),
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs468 impl Deserialize for u16 = sys::AParcel_readChar;
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h1688 return AParcel_readChar(parcel, value);