Searched refs:BinderTransactTest (Results 1 – 1 of 1) sorted by relevance
49 pub trait BinderTransactTest: Interface {} interface52 BinderTransactTest["Binder_Transact_Test"] {58 impl BinderTransactTest for Binder<BnBinderTransactTest> {}60 impl BinderTransactTest for BpBinderTransactTest {}62 impl BinderTransactTest for () {} implementation65 _service: &dyn BinderTransactTest, in on_transact() argument