Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/media/
Dmedia_stream_capture_indicator.cc138 audio_ref_count_(0), in WebContentsDeviceUsage()
144 bool IsCapturingAudio() const { return audio_ref_count_ > 0; } in IsCapturingAudio()
165 int audio_ref_count_; member in MediaStreamCaptureIndicator::WebContentsDeviceUsage
229 ++audio_ref_count_; in AddDevices()
251 --audio_ref_count_; in RemoveDevices()
259 DCHECK_GE(audio_ref_count_, 0); in RemoveDevices()