Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/
H A Devent_device.rs38 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 Dlib.rs152 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 Dmod.rs218 event_device: EventDevice, in import_event_device_internal()
376 event_device: EventDevice, in import_event_device()
H A Dwindow_message_dispatcher.rs113 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 Dwindows.rs29 _event_device: EventDevice, in import_event_device()
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dgpu.rs92 event_devices: Vec<EventDevice>, in create_gpu_device()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dwindows.rs279 event_devices: Vec<EventDevice>, in run_gpu_device_worker()
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dgeneric.rs230 event_devices: Vec<EventDevice>, in create_gpu()
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dmod.rs937 event_devices: Vec<EventDevice>, in new()
1428 event_devices: Vec<EventDevice>, in new()
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs719 event_devices: Option<Vec<EventDevice>>, in create_virtio_gpu_device()