Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs216 Some(I::on_transact), in new()
479 unsafe extern "C" fn on_transact( in on_transact() method
641 native: $native:ident($on_transact:path),
647 native: $native($on_transact),
656 native: $native:ident($on_transact:path),
663 native: $native($on_transact),
672 native: $native:ident($on_transact:path),
680 native: $native($on_transact),
691 native: $native:ident($on_transact:path),
701 native: $native($on_transact),
[all …]
H A Dnative.rs248 unsafe extern "C" fn on_transact( in on_transact() method
259 binder.on_transact(code, &data, &mut reply) in on_transact()
403 fn on_transact( in on_transact() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A 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
H A DINamedCallback.rs7 native: BnNamedCallback(on_transact),
56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact() function
H A 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
H A 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
H A DITestService.rs7 native: BnTestService(on_transact),
1301 fn on_transact(_aidl_service: &dyn ITestService, _aidl_code: binder::TransactionCode, _aidl_data: &… in on_transact() function
/aosp12/system/tools/aidl/
H A 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()
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs99 native: BnReadParcelTest(on_transact),
111 fn on_transact( in on_transact() function
H A Dintegration.rs133 native: BnTest(on_transact),
140 fn on_transact( in on_transact() function