Searched defs:EventDevice (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | event_device.rs | 38 pub struct EventDevice { struct 39 kind: EventDeviceKind, argument 44 impl EventDevice { impl 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
|
H A D | lib.rs | 152 EventDevice { event_device_id: u32 }, enumerator 491 pub fn take_event_devices(&mut self) -> Vec<EventDevice> { in take_event_devices()
|
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/ |
H A D | mod.rs | 218 event_device: EventDevice, in import_event_device_internal() 376 event_device: EventDevice, in import_event_device()
|
H A D | window_message_dispatcher.rs | 113 fn import_event_device(&mut self, event_device_id: ObjectId, event_device: EventDevice) { in import_event_device()
|
/aosp_15_r20/external/crosvm/gpu_display/src/sys/ |
H A D | windows.rs | 29 _event_device: EventDevice, in import_event_device()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | gpu.rs | 92 event_devices: Vec<EventDevice>, in create_gpu_device()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/ |
H A D | windows.rs | 279 event_devices: Vec<EventDevice>, in run_gpu_device_worker()
|
/aosp_15_r20/external/crosvm/src/sys/windows/ |
H A D | generic.rs | 230 event_devices: Vec<EventDevice>, in create_gpu()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/ |
H A D | mod.rs | 937 event_devices: Vec<EventDevice>, in new() 1428 event_devices: Vec<EventDevice>, in new()
|
/aosp_15_r20/external/crosvm/src/sys/ |
H A D | windows.rs | 719 event_devices: Option<Vec<EventDevice>>, in create_virtio_gpu_device()
|