Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs139 InputDeviceNew(virtio::InputError), enumerator
261 InputDeviceNew(e) => write!(f, "failed to set up input device: {}", e), in fmt()
649 .map_err(Error::InputDeviceNew)?; in create_single_touch_device()
672 .map_err(Error::InputDeviceNew)?; in create_multi_touch_device()
693 .map_err(Error::InputDeviceNew)?; in create_trackpad_device()
708 .map_err(Error::InputDeviceNew)?; in create_mouse_device()
723 .map_err(Error::InputDeviceNew)?; in create_keyboard_device()
738 .map_err(Error::InputDeviceNew)?; in create_switches_device()
754 .map_err(Error::InputDeviceNew)?; in create_vinput_device()
1530 .map_err(Error::InputDeviceNew)?; in create_virtio_devices()
[all …]