Home
last modified time | relevance | path

Searched defs:wndproc_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dmod.rs78 wndproc_thread: Rc<WindowProcedureThread>, field
413 wndproc_thread: std::rc::Weak<WindowProcedureThread>, field
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dwindows.rs265 let wndproc_thread = wndproc_thread_builder in run_gpu_device() localVariable
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs618 let mut wndproc_thread = cfg in create_virtio_devices() localVariable
732 let wndproc_thread = wndproc_thread in create_virtio_gpu_device() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dmod.rs1402 wndproc_thread: Option<WindowProcedureThread>, field
1610 let mut wndproc_thread = self.wndproc_thread.take(); in start_worker_thread() localVariable