Searched refs:audio_ref_count_ (Results 1 – 1 of 1) sorted by relevance
138 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::WebContentsDeviceUsage229 ++audio_ref_count_; in AddDevices()251 --audio_ref_count_; in RemoveDevices()259 DCHECK_GE(audio_ref_count_, 0); in RemoveDevices()