Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs373 let _aidl_reply = _aidl_reply?; in UnimplementedMethod() localVariable
389 let _aidl_reply = _aidl_reply?; in Deprecated() localVariable
404 let _aidl_reply = _aidl_reply?; in TestOneway() localVariable
418 let _aidl_reply = _aidl_reply?; in RepeatBoolean() localVariable
435 let _aidl_reply = _aidl_reply?; in RepeatByte() localVariable
452 let _aidl_reply = _aidl_reply?; in RepeatChar() localVariable
469 let _aidl_reply = _aidl_reply?; in RepeatInt() localVariable
486 let _aidl_reply = _aidl_reply?; in RepeatLong() localVariable
503 let _aidl_reply = _aidl_reply?; in RepeatFloat() localVariable
520 let _aidl_reply = _aidl_reply?; in RepeatDouble() localVariable
[all …]
H A 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
H A 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
H A 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
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DIDeprecated.cpp55 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
H A DINamedCallback.cpp85 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
H A DINewName.cpp85 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
H A DIOldName.cpp85 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
H A DITestService.cpp2081 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp270 …ct(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint3… in onTransact()
/aosp12/system/apex/apexd/
H A Dapexservice.cpp669 Parcel* _aidl_reply, uint32_t _aidl_flags) { in onTransact()