Home
last modified time | relevance | path

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

/external/crosvm/src/
Dcrosvm.rs94 pub struct TouchDeviceOption { struct
102 impl TouchDeviceOption { argument
103 pub fn new(path: PathBuf) -> TouchDeviceOption { in new() argument
104 TouchDeviceOption { in new()
240 pub virtio_single_touch: Option<TouchDeviceOption>,
241 pub virtio_multi_touch: Option<TouchDeviceOption>,
242 pub virtio_trackpad: Option<TouchDeviceOption>,
Dmain.rs28 platform, BindMount, Config, DiskOption, Executable, GidMap, SharedDir, TouchDeviceOption,
1501 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()
1519 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()
1537 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()
Dlinux.rs63 Config, DiskOption, Executable, SharedDir, SharedDirKind, TouchDeviceOption, VhostUserFsOption,
633 fn create_single_touch_device(cfg: &Config, single_touch_spec: &TouchDeviceOption) -> DeviceResult { in create_single_touch_device()
656 fn create_multi_touch_device(cfg: &Config, multi_touch_spec: &TouchDeviceOption) -> DeviceResult { in create_multi_touch_device()
680 fn create_trackpad_device(cfg: &Config, trackpad_spec: &TouchDeviceOption) -> DeviceResult { in create_trackpad_device()