Home
last modified time | relevance | path

Searched defs:EventDevice (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/gpu_display/src/
Devent_device.rs38 pub struct EventDevice { struct
39 kind: EventDeviceKind, argument
44 impl EventDevice { argument
45 pub fn new(kind: EventDeviceKind, mut event_socket: StreamChannel) -> EventDevice { in new()
55 pub fn mouse(event_socket: StreamChannel) -> EventDevice { in mouse()
60 pub fn touchscreen(event_socket: StreamChannel) -> EventDevice { in touchscreen()
65 pub fn keyboard(event_socket: StreamChannel) -> EventDevice { in keyboard()
158 impl AsRawDescriptor for EventDevice { implementation
164 impl ReadNotifier for EventDevice { implementation
170 impl fmt::Debug for EventDevice { implementation
Dlib.rs152 EventDevice { event_device_id: u32 }, enumerator
487 pub fn take_event_devices(&mut self) -> Vec<EventDevice> { in take_event_devices()
/external/crosvm/gpu_display/src/sys/
Dwindows.rs29 _event_device: EventDevice, in import_event_device()
/external/crosvm/gpu_display/src/gpu_display_win/
Dmod.rs218 event_device: EventDevice, in import_event_device_internal()
376 event_device: EventDevice, in import_event_device()
Dwindow_message_dispatcher.rs113 fn import_event_device(&mut self, event_device_id: ObjectId, event_device: EventDevice) { in import_event_device()
/external/crosvm/src/crosvm/sys/linux/
Dgpu.rs92 event_devices: Vec<EventDevice>, in create_gpu_device()
/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
Dwindows.rs275 event_devices: Vec<EventDevice>, in run_gpu_device_worker()
/external/crosvm/src/sys/windows/
Dgeneric.rs226 event_devices: Vec<EventDevice>, in create_gpu()
/external/crosvm/src/sys/
Dwindows.rs744 event_devices: Option<Vec<EventDevice>>, in create_virtio_gpu_device()
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs1225 event_devices: Vec<EventDevice>, in new()