Home
last modified time | relevance | path

Searched refs:message_window (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerInterface/Win32/
H A DWin32.cpp49 HWND message_window = nullptr; in Init() local
50 Common::ScopeGuard promise_guard([&] { message_window_promise.set_value(message_window); }); in Init()
76 message_window = CreateWindowEx(0, L"Message", nullptr, 0, 0, 0, 0, 0, HWND_MESSAGE, nullptr, in Init()
79 if (!message_window) in Init()
85 if (!DestroyWindow(message_window)) in Init()
94 devices[0].hwndTarget = message_window; in Init()
99 devices[1].hwndTarget = message_window; in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/base/
H A Ddevice_monitor_win.cc75 DeviceMonitorMessageWindow* message_window);
168 DeviceMonitorMessageWindow* message_window = in GetForDeviceInterface() local
170 if (message_window) { in GetForDeviceInterface()
171 return message_window->GetForDeviceInterface(device_interface); in GetForDeviceInterface()
178 DeviceMonitorMessageWindow* message_window = in GetForAllInterfaces() local
180 if (message_window) { in GetForAllInterfaces()
181 return message_window->GetForAllInterfaces(); in GetForAllInterfaces()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/base/
H A Ddevice_monitor_win.cc75 DeviceMonitorMessageWindow* message_window);
168 DeviceMonitorMessageWindow* message_window = in GetForDeviceInterface() local
170 if (message_window) { in GetForDeviceInterface()
171 return message_window->GetForDeviceInterface(device_interface); in GetForDeviceInterface()
178 DeviceMonitorMessageWindow* message_window = in GetForAllInterfaces() local
180 if (message_window) { in GetForAllInterfaces()
181 return message_window->GetForAllInterfaces(); in GetForAllInterfaces()
/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvtext.cpp136 extern HWND message_window ;
284 if (message_window == NULL) in update_message_display()
286 GetClientRect (message_window, &rect) ; in update_message_display()
319 UpdateWindow (message_window) ; in update_message_display()
449 GetClientRect (message_window, &rect) ; in add_single_line()
470 UpdateWindow (message_window) ; in add_single_line()
660 if (message_window == NULL) in erase_display_window()
878 if (message_window == NULL) in initialise_message_display()
883 hdc = GetDC (message_window) ; in initialise_message_display()
888 ReleaseDC (message_window, hdc) ; in initialise_message_display()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/audio/gstreamer1-plugins-lv2/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/audio/gstreamer1-plugins-gsm/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()
/dports/audio/gstreamer1-plugins-openmpt/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c482 self->message_window = msg_window; in ks_provider_msg_window_thread()
490 self->message_window = NULL; in ks_provider_msg_window_thread()
519 HWND message_window; in gst_ks_device_provider_start() local
526 g_assert (self->message_window == NULL); in gst_ks_device_provider_start()
586 message_window = self->message_window; in gst_ks_device_provider_start()
589 if (message_window == NULL) in gst_ks_device_provider_start()
604 g_assert (self->message_window != NULL); in gst_ks_device_provider_stop()
608 PostMessage (self->message_window, WM_QUITTHREAD, 0, 0); in gst_ks_device_provider_stop()
615 self->message_window = NULL; in gst_ks_device_provider_stop()

12345678