Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Devent_device.rs52 pub struct EventDevice { struct
53 kind: EventDeviceKind, argument
58 impl EventDevice { implementation
59 pub fn new(kind: EventDeviceKind, mut event_socket: StreamChannel) -> EventDevice { in new()
69 pub fn mouse(event_socket: StreamChannel) -> EventDevice { in mouse()
74 pub fn touchscreen(event_socket: StreamChannel) -> EventDevice { in touchscreen()
79 pub fn keyboard(event_socket: StreamChannel) -> EventDevice { in keyboard()
171 impl AsRawDescriptor for EventDevice { implementation
177 impl fmt::Debug for EventDevice { implementation
Dlib.rs118 EventDevice { event_device_id: u32 }, enumerator
/external/crosvm/gpu_display/src/gpu_display_win/
Dmod.rs152 event_device: EventDevice, in import_event_device_internal()
222 event_device: EventDevice, in import_event_device()
Dwindow_message_dispatcher.rs62 fn import_event_device(&mut self, event_device_id: ObjectId, event_device: EventDevice) { in import_event_device()
/external/crosvm/gpu_display/src/sys/
Dwindows.rs27 _event_device: EventDevice, in import_event_device()
/external/crosvm/src/crosvm/sys/unix/
Dgpu.rs94 event_devices: Vec<EventDevice>, in create_gpu_device()
/external/crosvm/src/sys/windows/
Dgeneric.rs187 event_devices: Vec<EventDevice>, in create_gpu()
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs349 event_devices: Vec<EventDevice>, in new()
410 event_device: EventDevice, in import_event_device()
Dmod.rs212 event_devices: Vec<EventDevice>, in build()
1090 event_devices: Vec<EventDevice>, in new()
/external/crosvm/src/sys/
Dwindows.rs303 event_devices: Vec<EventDevice>, in create_gpu_device()