Searched refs:on_transact (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/rust/src/ |
D | binder.rs | 159 fn on_transact( in on_transact() method 318 Some(I::on_transact), in new() 589 unsafe extern "C" fn on_transact( in on_transact() method 769 native: $native:ident($on_transact:path), 776 native: $native($on_transact), 786 native: $native:ident($on_transact:path), 794 native: $native($on_transact), 804 native: $native:ident($on_transact:path), 813 native: $native($on_transact), 825 native: $native:ident($on_transact:path), [all …]
|
D | native.rs | 265 unsafe extern "C" fn on_transact( in on_transact() method 286 binder.on_transact(code, &data, &mut reply) in on_transact() 471 fn on_transact( in on_transact() method
|
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/ |
D | parcel_fuzzer.rs | 53 native: BnBinderTransactTest(on_transact), 64 fn on_transact( in on_transact() function
|
/frameworks/native/libs/binder/rust/tests/ |
D | serialization.rs | 92 native: BnReadParcelTest(on_transact), 104 fn on_transact( in on_transact() function
|
D | integration.rs | 181 native: BnTest(on_transact), 189 fn on_transact( in on_transact() function
|