Home
last modified time | relevance | path

Searched defs:event_devices (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dlinux.rs234 let event_devices = Vec::new(); in run_gpu_device() localVariable
H A Dwindows.rs183 pub event_devices: Vec<EventDevice>, field
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow_message_dispatcher.rs62 event_devices: Rc<RefCell<HashMap<ObjectId, EventDevice>>>, field
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs591 let event_devices = if let Some(InputEventSplitConfig { in create_virtio_devices() localVariable
729 let event_devices = event_devices.ok_or_else(|| { in create_virtio_gpu_device() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dmod.rs1386 event_devices: Option<Vec<EventDevice>>, field
1604 let event_devices = self.event_devices.take().expect("missing event_devices"); in start_worker_thread() localVariable
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dlib.rs417 event_devices: BTreeMap<u32, EventDevice>, field
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dbroker.rs1712 let mut event_devices = vec![]; in platform_create_input_event_config() localVariable
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs287 let mut event_devices = Vec::new(); in create_virtio_devices() localVariable