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