Searched defs:IFooInterface (Results 1 – 7 of 7) sorted by relevance
19 interface IFooInterface { interface
21 interface IFooInterface { interface
6 interface IFooInterface { interface
5 public interface IFooInterface extends android.os.IInterface interface
407 IFooInterface::IFooInterface() {} in IFooInterface() function in aidl::android::aidl::versioned::tests::IFooInterface
17 pub trait IFooInterface: binder::Interface + Send { trait355 fn on_transact(_aidl_service: &dyn IFooInterface, _aidl_code: binder::binder_impl::TransactionCode,… in on_transact()