Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc82 HDEVNOTIFY audio_notify_; member in cricket::DeviceWatcher
547 : manager_(manager), audio_notify_(NULL), video_notify_(NULL) { in DeviceWatcher()
556 audio_notify_ = Register(KSCATEGORY_AUDIO); in Start()
557 if (!audio_notify_) { in Start()
574 UnregisterDeviceNotification(audio_notify_); in Stop()
575 audio_notify_ = NULL; in Stop()