Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/
Dconfig.rs317 pub struct TouchDeviceOption { struct
325 impl TouchDeviceOption { argument
326 pub fn new(path: PathBuf) -> TouchDeviceOption { in new()
371 impl FromStr for TouchDeviceOption { implementation
/external/crosvm/src/crosvm/sys/unix/
Ddevice_helpers.rs548 single_touch_spec: &TouchDeviceOption, in create_single_touch_device()
574 multi_touch_spec: &TouchDeviceOption, in create_multi_touch_device()
601 trackpad_spec: &TouchDeviceOption, in create_trackpad_device()
/external/crosvm/src/sys/
Dwindows.rs360 multi_touch_spec: &TouchDeviceOption, in create_multi_touch_device()