Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc84 HDEVNOTIFY video_notify_; member in cricket::Win32DeviceWatcher
347 video_notify_(NULL) { in Win32DeviceWatcher()
365 video_notify_ = Register(KSCATEGORY_VIDEO); in Start()
366 if (!video_notify_) { in Start()
375 UnregisterDeviceNotification(video_notify_); in Stop()
376 video_notify_ = NULL; in Stop()