Home
last modified time | relevance | path

Searched refs:on_transact (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs7 native: BnDeprecated(on_transact),
36 fn on_transact(_aidl_service: &dyn IDeprecated, _aidl_code: binder::TransactionCode, _aidl_data: &b… in on_transact() function
DINewName.rs7 native: BnNewName(on_transact),
56 fn on_transact(_aidl_service: &dyn INewName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() function
DINamedCallback.rs7 native: BnNamedCallback(on_transact),
56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact() function
DIOldName.rs7 native: BnOldName(on_transact),
56 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() function
DITestService.rs7 native: BnTestService(on_transact),
1301 fn on_transact(_aidl_service: &dyn ITestService, _aidl_code: binder::TransactionCode, _aidl_data: &… in on_transact() function
/system/tools/aidl/
Dgenerate_cpp.cpp745 unique_ptr<MethodImpl> on_transact{ in BuildServerSource() local
756 on_transact->GetStatementBlock()->AddLiteral( in BuildServerSource()
762 on_transact->GetStatementBlock()->AddStatement(s); in BuildServerSource()
792 on_transact->GetStatementBlock()->AddStatement(null_check); in BuildServerSource()
801 on_transact->GetStatementBlock()->AddLiteral( in BuildServerSource()
814 decls.push_back(std::move(on_transact)); in BuildServerSource()
942 unique_ptr<Declaration> on_transact{new MethodDecl{ in BuildServerHeader() local
964 publics.push_back(std::move(on_transact)); in BuildServerHeader()