Home
last modified time | relevance | path

Searched defs:CompOsInstance (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/android/composd/src/
Dinstance_starter.rs36 pub struct CompOsInstance { struct
46 impl CompOsInstance { argument
101 ) -> Result<CompOsInstance> { in start_new_instance()
130 ) -> Result<CompOsInstance> { in start_vm()
Dinstance_manager.rs42 pub fn start_current_instance(&self, os: &str) -> Result<CompOsInstance> { in start_current_instance()
50 pub fn start_test_instance(&self, prefer_staged: bool, os: &str) -> Result<CompOsInstance> { in start_test_instance()
63 ) -> Result<CompOsInstance> { in start_instance()
Dodrefresh_task.rs80 comp_os: CompOsInstance, in start()