Home
last modified time | relevance | path

Searched defs: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
550 event_devices: BTreeMap<ObjectId, EventDevice>, field
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs874 event_devices: Vec<EventDevice>, field
1137 let event_devices = self.event_devices.split_off(0); in activate() localVariable
Dvirtio_gpu.rs81 event_devices: Map<u32, u32>, field
/external/crosvm/src/
Dlinux.rs1515 let mut event_devices = Vec::new(); in create_virtio_devices() localVariable