Home
last modified time | relevance | path

Searched refs:evt_source_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Devent_source.rs145 evt_source_impl: EventSourceImpl<T>, field
154 evt_source_impl: EventSourceImpl::new(source, 16 * virtio_input_event::SIZE), in new()
161 self.evt_source_impl.as_raw_descriptor() in as_raw_descriptor()
178 self.evt_source_impl.receive_events::<virtio_input_event>() in receive_events()
182 self.evt_source_impl.available_events() in available_events_count()
186 self.evt_source_impl.pop_available_event() in pop_available_event()
190 self.evt_source_impl in send_event()
197 evt_source_impl: EventSourceImpl<T>, field
206 evt_source_impl: EventSourceImpl::new(source, 16 * input_event::SIZE), in new()
213 self.evt_source_impl.as_raw_descriptor() in as_raw_descriptor()
[all …]