Searched defs:EventDevice (Results 1 – 6 of 6) sorted by relevance
/external/crosvm/gpu_display/src/ |
D | event_device.rs | 41 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
|
D | gpu_display_x.rs | 540 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()
|
D | lib.rs | 314 event_device: EventDevice, in import_event_device()
|
/external/crosvm/devices/src/virtio/gpu/ |
D | virtio_gpu.rs | 120 event_devices: Vec<EventDevice>, in new() 172 event_device: EventDevice, in import_event_device()
|
D | mod.rs | 124 event_devices: Vec<EventDevice>, in build() 900 event_devices: Vec<EventDevice>, in new()
|
/external/crosvm/src/ |
D | linux.rs | 859 event_devices: Vec<EventDevice>, in create_gpu_device()
|