Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/sys/
H A 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
H A Dlinux.rs22 fn import_event_device(&mut self, event_device: EventDevice) -> GpuDisplayResult<u32> { in import_event_device() method
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dmod.rs373 fn import_event_device( in import_event_device() method
H A Dwindow_message_dispatcher.rs113 fn import_event_device(&mut self, event_device_id: ObjectId, event_device: EventDevice) { in import_event_device() method
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dlib.rs347 fn import_event_device(&mut self, event_device: EventDevice) -> GpuDisplayResult<u32>; in import_event_device() method
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dvirtio_gpu.rs574 pub fn import_event_device(&mut self, event_device: EventDevice) -> VirtioGpuResult { in import_event_device() method