Home
last modified time | relevance | path

Searched defs:_aidl_reply (Results 1 – 11 of 11) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs363 …let _aidl_reply = self.binder.transact(transactions::UnimplementedMethod, binder::FLAG_CLEAR_BUF |… in UnimplementedMethod() localVariable
373 let _aidl_reply = _aidl_reply?; in UnimplementedMethod() localVariable
380 …let _aidl_reply = self.binder.transact(transactions::Deprecated, binder::FLAG_CLEAR_BUF | binder::… in Deprecated() localVariable
389 let _aidl_reply = _aidl_reply?; in Deprecated() localVariable
395 …let _aidl_reply = self.binder.transact(transactions::TestOneway, binder::FLAG_ONEWAY | binder::FLA… in TestOneway() localVariable
404 let _aidl_reply = _aidl_reply?; in TestOneway() localVariable
408 …let _aidl_reply = self.binder.transact(transactions::RepeatBoolean, binder::FLAG_CLEAR_BUF | binde… in RepeatBoolean() localVariable
418 let _aidl_reply = _aidl_reply?; in RepeatBoolean() localVariable
425 …let _aidl_reply = self.binder.transact(transactions::RepeatByte, binder::FLAG_CLEAR_BUF | binder::… in RepeatByte() localVariable
435 let _aidl_reply = _aidl_reply?; in RepeatByte() localVariable
[all …]
DINamedCallback.rs38 …let _aidl_reply = self.binder.transact(transactions::GetName, binder::FLAG_PRIVATE_LOCAL, |_aidl_d… in GetName() localVariable
46 let _aidl_reply = _aidl_reply?; in GetName() localVariable
DINewName.rs38 …let _aidl_reply = self.binder.transact(transactions::RealName, binder::FLAG_PRIVATE_LOCAL, |_aidl_… in RealName() localVariable
46 let _aidl_reply = _aidl_reply?; in RealName() localVariable
DIOldName.rs38 …let _aidl_reply = self.binder.transact(transactions::RealName, binder::FLAG_PRIVATE_LOCAL, |_aidl_… in RealName() localVariable
46 let _aidl_reply = _aidl_reply?; in RealName() localVariable
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DIDeprecated.cpp55 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
DINewName.cpp85 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
DINamedCallback.cpp85 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
DIOldName.cpp85 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
DITestService.cpp2081 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp270 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
/system/apex/apexd/
Dapexservice.cpp669 Parcel* _aidl_reply, uint32_t _aidl_flags) { in onTransact()