Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dbinder.rs159 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 …]
Dnative.rs265 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/
Dparcel_fuzzer.rs53 native: BnBinderTransactTest(on_transact),
64 fn on_transact( in on_transact() function
/frameworks/native/libs/binder/rust/tests/
Dserialization.rs92 native: BnReadParcelTest(on_transact),
104 fn on_transact( in on_transact() function
Dintegration.rs181 native: BnTest(on_transact),
189 fn on_transact( in on_transact() function