Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Devent_device.rs45 pub struct EventDevice { struct
46 kind: EventDeviceKind, argument
60 impl EventDevice { argument
61 pub fn new(kind: EventDeviceKind, event_socket: UnixStream) -> EventDevice { in new()
71 pub fn mouse(event_socket: UnixStream) -> EventDevice { in mouse()
76 pub fn touchscreen(event_socket: UnixStream) -> EventDevice { in touchscreen()
81 pub fn keyboard(event_socket: UnixStream) -> EventDevice { in keyboard()
253 impl AsRawDescriptor for EventDevice { implementation
Dlib.rs98 EventDevice { event_device_id: u32 }, enumerator
/external/crosvm/src/linux/
Dgpu.rs162 event_devices: Vec<EventDevice>, in create_gpu_device()
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs301 event_devices: Vec<EventDevice>, in new()
364 event_device: EventDevice, in import_event_device()
Dmod.rs229 event_devices: Vec<EventDevice>, in build()
1004 event_devices: Vec<EventDevice>, in new()