Home
last modified time | relevance | path

Searched defs:TouchDeviceOption (Results 1 – 1 of 1) 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()