Searched defs:EventDeviceKind (Results 1 – 2 of 2) sorted by relevance
41 pub enum EventDeviceKind { enum59 pub fn new(kind: EventDeviceKind, mut event_socket: StreamChannel) -> EventDevice { in new()84 pub fn kind(&self) -> EventDeviceKind { in kind()
49 pub fn dispatch(&self, events: &[virtio_input_event], device_type: EventDeviceKind) { in dispatch()