Searched refs:on_transact (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | binder.rs | 216 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 D | native.rs | 248 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 D | IDeprecated.rs | 7 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 D | INamedCallback.rs | 7 native: BnNamedCallback(on_transact), 56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact() function
|
H A D | INewName.rs | 7 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 D | IOldName.rs | 7 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 D | ITestService.rs | 7 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 D | generate_cpp.cpp | 745 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 D | serialization.rs | 99 native: BnReadParcelTest(on_transact), 111 fn on_transact( in on_transact() function
|
H A D | integration.rs | 133 native: BnTest(on_transact), 140 fn on_transact( in on_transact() function
|