Searched defs:WindowProcedureThread (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/ |
H A D | window_procedure_thread.rs | 227 pub struct WindowProcedureThread { struct 234 impl WindowProcedureThread { impl 634 impl Drop for WindowProcedureThread { implementation 647 unsafe impl Send for WindowProcedureThread {} implementation 679 pub fn start_thread(self) -> Result<WindowProcedureThread> { in start_thread()
|
H A D | mod.rs | 92 wndproc_thread: WindowProcedureThread, in new()
|
/aosp_15_r20/external/crosvm/gpu_display/src/sys/ |
H A D | windows.rs | 65 wndproc_thread: WindowProcedureThread, in open_winapi() 74 wndproc_thread: WindowProcedureThread, in open_winapi()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/ |
H A D | mod.rs | 257 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build() 948 #[cfg(windows)] mut wndproc_thread: Option<WindowProcedureThread>, in new() 1353 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build() 1431 #[cfg(windows)] wndproc_thread: WindowProcedureThread, in new()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/ |
H A D | windows.rs | 280 wndproc_thread: WindowProcedureThread, in run_gpu_device_worker()
|
/aosp_15_r20/external/crosvm/src/sys/windows/ |
H A D | generic.rs | 233 wndproc_thread: WindowProcedureThread, in create_gpu()
|
/aosp_15_r20/external/crosvm/src/sys/ |
H A D | windows.rs | 720 wndproc_thread: &mut Option<WindowProcedureThread>, in create_virtio_gpu_device()
|