Searched defs:IVirtualMachineService (Results 1 – 8 of 8) sorted by relevance
9 pub mod IVirtualMachineService { module32 pub trait IVirtualMachineService: binder::Interface + Send { trait396 …fn on_transact(_aidl_service: &dyn IVirtualMachineService, _aidl_code: binder::binder_impl::Transa… in on_transact()
108 vm_service: Strong<dyn IVirtualMachineService>, in new()128 vm_service: Strong<dyn IVirtualMachineService>, in register_vm_payload_service()
92 vm_service: &Strong<dyn IVirtualMachineService>, in new()285 host: &Strong<dyn IVirtualMachineService>, in get_secretkeeper_service()
301 service: &Strong<dyn IVirtualMachineService>, in try_run_payload()
23 pub trait IVirtualMachineService: binder::Interface + Send { interface387 fn on_transact(_aidl_service: &dyn IVirtualMachineService, _aidl_code: binder::binder_impl::Transac… in on_transact()
23 interface IVirtualMachineService { interface
2024 fn new_binder(state: Arc<Mutex<State>>, cid: Cid) -> Strong<dyn IVirtualMachineService> { in new_binder()