Searched refs:AParcel_readChar (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readChar); 210 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readChar); in init_stub_library()
|
H A D | stubs_arm64.cc | 77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readChar); 210 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readChar); in init_stub_library()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 35 AParcel_readChar;
|
H A D | parcel.cpp | 555 binder_status_t AParcel_readChar(const AParcel* parcel, char16_t* value) { in AParcel_readChar() function
|
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | binder_ndk.cpp | 84 PARCEL_READ(char16_t, AParcel_readChar),
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 811 binder_status_t AParcel_readChar(const AParcel* parcel, char16_t* value) __INTRODUCED_IN(29);
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | StructuredParcelable.cpp | 121 _aidl_ret_status = AParcel_readChar(parcel, &charDefaultsToC); in readFromParcel()
|
H A D | ITestService.cpp | 101 _aidl_ret_status = AParcel_readChar(_aidl_in, &in_token); in _aidl_onTransact() 1238 _aidl_ret_status = AParcel_readChar(_aidl_out.get(), _aidl_return); in RepeatChar()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 63 _aidl_ret_status = AParcel_readChar(_aidl_in, &in_charValue); in _aidl_onTransact()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 63 _aidl_ret_status = AParcel_readChar(_aidl_in, &in_charValue); in _aidl_onTransact()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 349 impl Deserialize for u16 = sys::AParcel_readChar;
|