Searched defs:audio_ref_count_ (Results 1 - 1 of 1) sorted by relevance

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

Completed in 111 milliseconds