Home
last modified time | relevance | path

Searched defs: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
Dgpu_display_wl.rs344 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() method
Dgpu_display_stub.rs214 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.rs170 pub fn import_event_device( in import_event_device() method