Home
last modified time | relevance | path

Searched refs:TouchDeviceOption (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/src/
Dmain.rs62 struct TouchDeviceOption { struct
68 impl TouchDeviceOption { argument
69 fn new(path: PathBuf) -> TouchDeviceOption { in new() argument
70 TouchDeviceOption { in new()
124 virtio_single_touch: Option<TouchDeviceOption>,
125 virtio_trackpad: Option<TouchDeviceOption>,
725 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()
744 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()
Dlinux.rs55 use crate::{Config, DiskOption, Executable, TouchDeviceOption};
424 fn create_single_touch_device(cfg: &Config, single_touch_spec: &TouchDeviceOption) -> DeviceResult { in create_single_touch_device()
438 fn create_trackpad_device(cfg: &Config, trackpad_spec: &TouchDeviceOption) -> DeviceResult { in create_trackpad_device()