Searched refs:import_event_device (Results 1 – 5 of 5) sorted by relevance
160 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError>; in import_event_device() method312 pub fn import_event_device( in import_event_device() method316 self.inner.import_event_device(event_device) in import_event_device()
214 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
344 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
801 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
161 .import_event_device(event_device, 0) in new()170 pub fn import_event_device( in import_event_device() method183 let event_device_id = display.import_event_device(event_device)?; in import_event_device()