Home
last modified time | relevance | path

Searched refs:dispatch_events (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/gpu_display/examples/
Dsimple.rs13 disp.dispatch_events(); in main()
Dsimple_open.rs23 disp.dispatch_events(); in main()
/external/crosvm/gpu_display/src/
Dlib.rs134 fn dispatch_events(&mut self); in dispatch_events() method
235 pub fn dispatch_events(&mut self) { in dispatch_events() method
236 self.inner.dispatch_events() in dispatch_events()
Dgpu_display_stub.rs149 fn dispatch_events(&mut self) {} in dispatch_events() method
Dgpu_display_wl.rs186 fn dispatch_events(&mut self) { in dispatch_events() method
Dgpu_display_x.rs711 fn dispatch_events(&mut self) { in dispatch_events() method
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs204 display.dispatch_events(); in process_display()