Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Devent_device.rs41 pub struct EventDevice { struct
42 kind: EventDeviceKind, argument
47 impl EventDevice { argument
48 pub fn new(kind: EventDeviceKind, event_socket: UnixStream) -> EventDevice { in new()
58 pub fn mouse(event_socket: UnixStream) -> EventDevice { in mouse()
63 pub fn touchscreen(event_socket: UnixStream) -> EventDevice { in touchscreen()
68 pub fn keyboard(event_socket: UnixStream) -> EventDevice { in keyboard()
153 impl AsRawDescriptor for EventDevice { implementation
Dgpu_display_x.rs540 EventDevice { event_device_id: u32 }, enumerator
639 fn event_device(&self, event_device_id: u32) -> Option<&EventDevice> { in event_device()
643 fn event_device_mut(&mut self, event_device_id: u32) -> Option<&mut EventDevice> { in event_device_mut()
Dlib.rs314 event_device: EventDevice, in import_event_device()
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs120 event_devices: Vec<EventDevice>, in new()
172 event_device: EventDevice, in import_event_device()
Dmod.rs124 event_devices: Vec<EventDevice>, in build()
900 event_devices: Vec<EventDevice>, in new()
/external/crosvm/src/
Dlinux.rs859 event_devices: Vec<EventDevice>, in create_gpu_device()