Home
last modified time | relevance | path

Searched defs:import_event_device (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/gpu_display/src/sys/
Dwindows.rs26 fn import_event_device( in import_event_device() method
40 fn import_event_device(&mut self, event_device: EventDevice) -> GpuDisplayResult<u32> { in import_event_device() method
Dlinux.rs22 fn import_event_device(&mut self, event_device: EventDevice) -> GpuDisplayResult<u32> { in import_event_device() method
/external/crosvm/gpu_display/src/gpu_display_win/
Dwindow_message_dispatcher.rs113 fn import_event_device(&mut self, event_device_id: ObjectId, event_device: EventDevice) { in import_event_device() method
Dmod.rs373 fn import_event_device( in import_event_device() method
/external/crosvm/gpu_display/src/
Dlib.rs347 fn import_event_device(&mut self, event_device: EventDevice) -> GpuDisplayResult<u32>; in import_event_device() method
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs606 pub fn import_event_device(&mut self, event_device: EventDevice) -> VirtioGpuResult { in import_event_device() method