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 D | IDeprecated.rs | 36 fn on_transact(_aidl_service: &dyn IDeprecated, _aidl_code: binder::TransactionCode, _aidl_data: &b… in on_transact() function
|
H A D | INamedCallback.rs | 56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact() function
|
H A D | INewName.rs | 56 fn on_transact(_aidl_service: &dyn INewName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() function
|
H A D | IOldName.rs | 56 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() function
|
H A D | ITestService.rs | 1301 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 D | native.rs | 248 unsafe extern "C" fn on_transact( in on_transact() method 403 fn on_transact( in on_transact() method
|
H A D | binder.rs | 99 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 D | serialization.rs | 111 fn on_transact( in on_transact() function
|
H A D | integration.rs | 140 fn on_transact( in on_transact() function
|
/aosp12/system/tools/aidl/ |
H A D | generate_cpp.cpp | 745 unique_ptr<MethodImpl> on_transact{ in BuildServerSource() local 942 unique_ptr<Declaration> on_transact{new MethodDecl{ in BuildServerHeader() local
|