Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc83 HDEVNOTIFY audio_notify_; member in cricket::Win32DeviceWatcher
346 audio_notify_(NULL), in Win32DeviceWatcher()
359 audio_notify_ = Register(KSCATEGORY_AUDIO); in Start()
360 if (!audio_notify_) { in Start()
377 UnregisterDeviceNotification(audio_notify_); in Stop()
378 audio_notify_ = NULL; in Stop()