Searched refs:device_notify (Results 1 – 1 of 1) sorted by relevance
48 HDEVNOTIFY device_notify; member252 if (self->device_notify) { in gst_win32_device_watcher_thread_func()253 UnregisterDeviceNotification (self->device_notify); in gst_win32_device_watcher_thread_func()254 self->device_notify = nullptr; in gst_win32_device_watcher_thread_func()314 if (self->device_notify) in register_device_notification()321 self->device_notify = RegisterDeviceNotificationW (self->hwnd, in register_device_notification()325 if (self->device_notify) in register_device_notification()362 if (!self->device_notify) in unregister_device_notification()365 UnregisterDeviceNotification (self->device_notify); in unregister_device_notification()366 self->device_notify = nullptr; in unregister_device_notification()