Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs633 fn create_single_touch_device(cfg: &Config, single_touch_spec: &TouchDeviceOption) -> DeviceResult { in create_single_touch_device() function
1424 devs.push(create_single_touch_device(cfg, single_touch_spec)?); in create_virtio_devices()