Searched defs:ICompOsService (Results 1 – 6 of 6) sorted by relevance
9 pub mod ICompOsService { module32 pub trait ICompOsService: binder::Interface + Send { interface345 …fn on_transact(_aidl_service: &dyn ICompOsService, _aidl_code: binder::binder_impl::TransactionCod… in on_transact()
23 pub trait ICompOsService: binder::Interface + Send { trait336 fn on_transact(_aidl_service: &dyn ICompOsService, _aidl_code: binder::binder_impl::TransactionCode… in on_transact()
96 service: Strong<dyn ICompOsService>, in start_thread()148 service: Strong<dyn ICompOsService>, in run_in_vm()
47 pub fn get_service(&self) -> Strong<dyn ICompOsService> { in get_service()
181 pub fn connect_service(&self) -> Result<Strong<dyn ICompOsService>> { in connect_service()187 pub fn shutdown(self, service: Strong<dyn ICompOsService>) { in shutdown()
21 interface ICompOsService { interface