Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs176 const WM_USER_USER_EVENT_AVAILABLE: UINT = WM_USER; constant
245 WM_USER_USER_EVENT_AVAILABLE => { in handle_window_message()
609 if unsafe { PostMessageW(self.hwnd, WM_USER_USER_EVENT_AVAILABLE, 0, 0) } == 0 { in send_event()