HomeSort by relevance Sort by last modified time
    Searched refs:video_notify_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 73 HDEVNOTIFY video_notify_; member in class:cricket::Win32DeviceWatcher
336 video_notify_(NULL) {
354 video_notify_ = Register(KSCATEGORY_VIDEO);
355 if (!video_notify_) {
364 UnregisterDeviceNotification(video_notify_);
365 video_notify_ = NULL;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 83 HDEVNOTIFY video_notify_; member in class:cricket::DeviceWatcher
547 : manager_(manager), audio_notify_(NULL), video_notify_(NULL) {
562 video_notify_ = Register(KSCATEGORY_VIDEO);
563 if (!video_notify_) {
572 UnregisterDeviceNotification(video_notify_);
573 video_notify_ = NULL;

Completed in 311 milliseconds