Searched refs:AParcel_readByte (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByte); 208 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByte); in init_stub_library()
|
H A D | stubs_arm64.cc | 75 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 D | Data.cpp | 44 _aidl_ret_status = AParcel_readByte(parcel, reinterpret_cast<int8_t*>(&nestedEnum)); in readFromParcel()
|
H A D | ILoggableInterface.cpp | 57 _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 D | Data.cpp | 44 _aidl_ret_status = AParcel_readByte(parcel, reinterpret_cast<int8_t*>(&nestedEnum)); in readFromParcel()
|
H A D | ILoggableInterface.cpp | 57 _aidl_ret_status = AParcel_readByte(_aidl_in, &in_byteValue); in _aidl_onTransact()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 33 AParcel_readByte;
|
H A D | parcel.cpp | 560 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 D | binder_ndk.cpp | 85 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 D | StructuredParcelable.cpp | 44 _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 D | Union.cpp | 79 …if ((_aidl_ret_status = AParcel_readByte(_parcel, reinterpret_cast<int8_t*>(&_aidl_value))) != STA… in readFromParcel()
|
H A D | ParcelableForToString.cpp | 79 _aidl_ret_status = AParcel_readByte(parcel, &byteValue); in readFromParcel()
|
H A D | ITestService.cpp | 83 _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 D | binder_parcel.h | 823 binder_status_t AParcel_readByte(const AParcel* parcel, int8_t* value) __INTRODUCED_IN(29);
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 344 impl Deserialize for i8 = sys::AParcel_readByte;
|