Home
last modified time | relevance | path

Searched refs:AParcel_readByte (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByte);
208 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByte); in init_stub_library()
H A Dstubs_arm64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByte);
208 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByte); in init_stub_library()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DData.cpp44 _aidl_ret_status = AParcel_readByte(parcel, reinterpret_cast<int8_t*>(&nestedEnum)); in readFromParcel()
H A DILoggableInterface.cpp57 _aidl_ret_status = AParcel_readByte(_aidl_in, &in_byteValue); in _aidl_onTransact()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DData.cpp44 _aidl_ret_status = AParcel_readByte(parcel, reinterpret_cast<int8_t*>(&nestedEnum)); in readFromParcel()
H A DILoggableInterface.cpp57 _aidl_ret_status = AParcel_readByte(_aidl_in, &in_byteValue); in _aidl_onTransact()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt33 AParcel_readByte;
H A Dparcel.cpp560 binder_status_t AParcel_readByte(const AParcel* parcel, int8_t* value) { in AParcel_readByte() function
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder_ndk.cpp85 PARCEL_READ(int8_t, AParcel_readByte),
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DStructuredParcelable.cpp44 _aidl_ret_status = AParcel_readByte(parcel, reinterpret_cast<int8_t*>(&shouldBeByteBar)); in readFromParcel()
93 _aidl_ret_status = AParcel_readByte(parcel, &byteDefaultsToFour); in readFromParcel()
163 _aidl_ret_status = AParcel_readByte(parcel, &byteDefault); in readFromParcel()
H A DUnion.cpp79 …if ((_aidl_ret_status = AParcel_readByte(_parcel, reinterpret_cast<int8_t*>(&_aidl_value))) != STA… in readFromParcel()
H A DParcelableForToString.cpp79 _aidl_ret_status = AParcel_readByte(parcel, &byteValue); in readFromParcel()
H A DITestService.cpp83 _aidl_ret_status = AParcel_readByte(_aidl_in, &in_token); in _aidl_onTransact()
209 _aidl_ret_status = AParcel_readByte(_aidl_in, reinterpret_cast<int8_t*>(&in_token)); in _aidl_onTransact()
1197 _aidl_ret_status = AParcel_readByte(_aidl_out.get(), _aidl_return); in RepeatByte()
1484 _aidl_ret_status = AParcel_readByte(_aidl_out.get(), reinterpret_cast<int8_t*>(_aidl_return)); in RepeatByteEnum()
3155 _aidl_ret_status = AParcel_readByte(_aidl_out.get(), reinterpret_cast<int8_t*>(_aidl_return)); in getBackendType()
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h823 binder_status_t AParcel_readByte(const AParcel* parcel, int8_t* value) __INTRODUCED_IN(29);
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs344 impl Deserialize for i8 = sys::AParcel_readByte;