Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Dlib.rs162 fn attach_event_device(&mut self, surface_id: u32, event_device_id: u32); in attach_event_device() method
323 pub fn attach_event_device(&mut self, surface_id: u32, event_device_id: u32) { in attach_event_device() method
324 self.inner.attach_event_device(surface_id, event_device_id); in attach_event_device()
Dgpu_display_stub.rs222 fn attach_event_device(&mut self, _surface_id: u32, _event_device_id: u32) { in attach_event_device() method
Dgpu_display_wl.rs350 fn attach_event_device(&mut self, _surface_id: u32, _event_device_id: u32) { in attach_event_device() method
Dgpu_display_x.rs823 fn attach_event_device(&mut self, surface_id: u32, event_device_id: u32) { in attach_event_device() method
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs185 display.attach_event_device(s, event_device_id) in import_event_device()
237 display.attach_event_device(surface_id, *event_device_id); in set_scanout()