Home
last modified time | relevance | path

Searched defs:on_transact (Results 1 – 10 of 10) 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() function
H A DINamedCallback.rs56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact() function
H A DINewName.rs56 fn on_transact(_aidl_service: &dyn INewName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() function
H A DIOldName.rs56 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() function
H A DITestService.rs1301 fn on_transact(_aidl_service: &dyn ITestService, _aidl_code: binder::TransactionCode, _aidl_data: &… in on_transact() function
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs248 unsafe extern "C" fn on_transact( in on_transact() method
403 fn on_transact( in on_transact() method
H A Dbinder.rs99 fn on_transact(&self, code: TransactionCode, data: &Parcel, reply: &mut Parcel) -> Result<()>; in on_transact() method
479 unsafe extern "C" fn on_transact( in on_transact() method
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs111 fn on_transact( in on_transact() function
H A Dintegration.rs140 fn on_transact( in on_transact() function
/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp745 unique_ptr<MethodImpl> on_transact{ in BuildServerSource() local
942 unique_ptr<Declaration> on_transact{new MethodDecl{ in BuildServerHeader() local