Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Dlib.rs160 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError>; in import_event_device() method
312 pub fn import_event_device( in import_event_device() method
316 self.inner.import_event_device(event_device) in import_event_device()
Dgpu_display_stub.rs214 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
Dgpu_display_wl.rs344 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
Dgpu_display_x.rs801 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs161 .import_event_device(event_device, 0) in new()
170 pub fn import_event_device( in import_event_device() method
183 let event_device_id = display.import_event_device(event_device)?; in import_event_device()