Searched refs:CrossPlatformDevicesCommands (Results 1 – 2 of 2) sorted by relevance
55 use crosvm::cmdline::CrossPlatformDevicesCommands;555 CrossPlatformDevicesCommands::Block(cfg) => run_block_device(cfg), in start_device()557 CrossPlatformDevicesCommands::Gpu(cfg) => run_gpu_device(cfg), in start_device()559 CrossPlatformDevicesCommands::Net(cfg) => run_net_device(cfg), in start_device()561 CrossPlatformDevicesCommands::Snd(cfg) => run_snd_device(cfg), in start_device()
553 pub enum CrossPlatformDevicesCommands { enum565 CrossPlatform(CrossPlatformDevicesCommands),