Searched refs:attach_event_device (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/gpu_display/src/ |
D | lib.rs | 162 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()
|
D | gpu_display_stub.rs | 222 fn attach_event_device(&mut self, _surface_id: u32, _event_device_id: u32) { in attach_event_device() method
|
D | gpu_display_wl.rs | 350 fn attach_event_device(&mut self, _surface_id: u32, _event_device_id: u32) { in attach_event_device() method
|
D | gpu_display_x.rs | 823 fn attach_event_device(&mut self, surface_id: u32, event_device_id: u32) { in attach_event_device() method
|
/external/crosvm/devices/src/virtio/gpu/ |
D | virtio_gpu.rs | 185 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()
|