Home
last modified time | relevance | path

Searched defs:TransactionCode (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 DIDeprecated.rs36 fn on_transact(_aidl_service: &dyn IDeprecated, _aidl_code: binder::TransactionCode, _aidl_data: &b… in on_transact()
H A DINamedCallback.rs56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact()
H A DINewName.rs56 fn on_transact(_aidl_service: &dyn INewName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact()
H A DIOldName.rs56 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact()
H A DITestService.rs1301 fn on_transact(_aidl_service: &dyn ITestService, _aidl_code: binder::TransactionCode, _aidl_data: &… in on_transact()
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs113 code: TransactionCode, in on_transact()
H A Dintegration.rs142 code: TransactionCode, in on_transact()
192 _code: TransactionCode, in on_transact_same_descriptor()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs38 pub type TransactionCode = u32; typedef
99 fn on_transact(&self, code: TransactionCode, data: &Parcel, reply: &mut Parcel) -> Result<()>; in on_transact()
152 code: TransactionCode, in transact()
H A Dnative.rs405 _code: TransactionCode, in on_transact()
H A Dproxy.rs219 code: TransactionCode, in transact()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h469 enum class TransactionCode { enum