Searched defs:attach_event_device (Results 1 – 4 of 4) 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
|
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_stub.rs | 222 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
|