Home
last modified time | relevance | path

Searched refs:WindowProcedureThread (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow_procedure_thread.rs227 pub struct WindowProcedureThread { struct
234 impl WindowProcedureThread { argument
634 impl Drop for WindowProcedureThread { implementation
647 unsafe impl Send for WindowProcedureThread {} implementation
679 pub fn start_thread(self) -> Result<WindowProcedureThread> { in start_thread() argument
685 WindowProcedureThread::start_thread( in start_thread()
691 WindowProcedureThread::start_thread(self.max_num_windows, None) in start_thread()
727 let name = WindowProcedureThread::get_window_class_name::<TestWindow>().unwrap(); in window_procedure_window_class_name_should_include_class_name_prefix()
745 let name1 = WindowProcedureThread::get_window_class_name::<TestWindow>().unwrap(); in window_procedure_with_same_types_should_return_same_name()
746 let name2 = WindowProcedureThread::get_window_class_name::<TestWindow>().unwrap(); in window_procedure_with_same_types_should_return_same_name()
[all …]
H A Dmod.rs46 pub use window_procedure_thread::WindowProcedureThread;
78 wndproc_thread: Rc<WindowProcedureThread>,
92 wndproc_thread: WindowProcedureThread, in new() argument
413 wndproc_thread: std::rc::Weak<WindowProcedureThread>,
529 let wndproc_thread_builder = WindowProcedureThread::builder(); in can_create_2_window_proc_threads()
/aosp_15_r20/external/crosvm/gpu_display/src/sys/
H A Dwindows.rs22 use crate::WindowProcedureThread;
65 wndproc_thread: WindowProcedureThread, in open_winapi() argument
74 wndproc_thread: WindowProcedureThread, in open_winapi() argument
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dwindows.rs30 use gpu_display::WindowProcedureThread;
280 wndproc_thread: WindowProcedureThread, in run_gpu_device_worker() argument
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dgeneric.rs55 use gpu_display::WindowProcedureThread;
233 wndproc_thread: WindowProcedureThread, in create_gpu() argument
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dmod.rs257 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build() argument
948 #[cfg(windows)] mut wndproc_thread: Option<WindowProcedureThread>, in new() argument
1353 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build() argument
1402 wndproc_thread: Option<WindowProcedureThread>,
1431 #[cfg(windows)] wndproc_thread: WindowProcedureThread, in new() argument
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dlib.rs51 pub use gpu_display_win::WindowProcedureThread;
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dbroker.rs103 use gpu_display::WindowProcedureThread;
706 let mut window_procedure_thread_builder = Some(WindowProcedureThread::builder()); in run_internal()
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs136 use gpu_display::WindowProcedureThread;
720 wndproc_thread: &mut Option<WindowProcedureThread>, in create_virtio_gpu_device() argument