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

/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc94 bool SpeechRecognizerImplAndroid::IsCapturingAudio() const { function in class:content::SpeechRecognizerImplAndroid
H A Dspeech_recognizer_impl.cc241 bool SpeechRecognizerImpl::IsCapturingAudio() const { function in class:content::SpeechRecognizerImpl
461 // - IsCapturingAudio() returns true if and only if audio_controller_ != NULL.
493 DCHECK(!IsCapturingAudio());
661 if (IsCapturingAudio())
766 DCHECK(IsCapturingAudio());
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_capture_indicator.cc149 bool IsCapturingAudio() const { return audio_ref_count_ > 0; } function in class:MediaStreamCaptureIndicator::WebContentsDeviceUsage
325 (it->second->IsCapturingAudio() || it->second->IsCapturingVideo()));
336 bool MediaStreamCaptureIndicator::IsCapturingAudio( function in class:MediaStreamCaptureIndicator
341 return (it != usage_map_.end() && it->second->IsCapturingAudio());
428 if (!usage.IsCapturingAudio() && !usage.IsCapturingVideo())
442 audio = audio || usage.IsCapturingAudio();

Completed in 124 milliseconds