Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Dgpu_display_x.rs226 event_devices: BTreeMap<ObjectId, EventDevice>, field
316 event_devices: Default::default(), in create()
340 for event_device in self.event_devices.values_mut() { in dispatch_to_event_devices()
550 event_devices: BTreeMap<ObjectId, EventDevice>, field
626 event_devices: Default::default(), in open_display()
640 ObjectId::new(event_device_id).and_then(move |id| self.event_devices.get(&id)) in event_device()
644 ObjectId::new(event_device_id).and_then(move |id| self.event_devices.get_mut(&id)) in event_device_mut()
745 self.event_devices.append(&mut surface.event_devices); in release_surface()
813 self.event_devices.insert(new_event_device_id, event_device); in import_event_device()
820 ObjectId::new(event_device_id).and_then(|id| self.event_devices.remove(&id)); in release_event_device()
[all …]
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs81 event_devices: Map<u32, u32>, field
120 event_devices: Vec<EventDevice>, in new()
145 event_devices: Default::default(), in new()
159 for event_device in event_devices { in new()
187 self.event_devices.insert(event_device_id, scanout); in import_event_device()
236 for event_device_id in self.event_devices.keys() { in set_scanout()
Dmod.rs124 event_devices: Vec<EventDevice>, in build()
155 event_devices, in build()
874 event_devices: Vec<EventDevice>, field
900 event_devices: Vec<EventDevice>, in new()
957 event_devices, in new()
1137 let event_devices = self.event_devices.split_off(0); in activate() localVariable
1155 event_devices, in activate()
/external/crosvm/src/
Dlinux.rs859 event_devices: Vec<EventDevice>, in create_gpu_device()
888 event_devices, in create_gpu_device()
1515 let mut event_devices = Vec::new(); in create_virtio_devices() localVariable
1535 event_devices.push(EventDevice::touchscreen(event_device_socket)); in create_virtio_devices()
1549 event_devices.push(EventDevice::keyboard(event_device_socket)); in create_virtio_devices()
1559 event_devices, in create_virtio_devices()