Searched refs:IsCapturingAudio (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer.h30 virtual bool IsCapturingAudio() const = 0;
H A Dspeech_recognizer_impl_android.h31 virtual bool IsCapturingAudio() const OVERRIDE;
H A Dspeech_recognizer_impl.cc240 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())
768 DCHECK(IsCapturingAudio());
H A Dspeech_recognizer_impl.h51 virtual bool IsCapturingAudio() const OVERRIDE;
H A Dspeech_recognizer_impl_android.cc94 bool SpeechRecognizerImplAndroid::IsCapturingAudio() const { function in class:content::SpeechRecognizerImplAndroid
H A Dspeech_recognition_manager_impl.cc571 if (session->recognizer->IsCapturingAudio())
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_capture_indicator.h54 bool IsCapturingAudio(content::WebContents* web_contents) const;
H A Dmedia_stream_capture_indicator.cc129 bool IsCapturingAudio() const { return audio_ref_count_ > 0; } function in class:MediaStreamCaptureIndicator::WebContentsDeviceUsage
303 (it->second->IsCapturingAudio() || it->second->IsCapturingVideo()));
314 bool MediaStreamCaptureIndicator::IsCapturingAudio( function in class:MediaStreamCaptureIndicator
319 return (it != usage_map_.end() && it->second->IsCapturingAudio());
410 if ((usage.IsCapturingAudio() || usage.IsCapturingVideo())
415 audio = audio || usage.IsCapturingAudio();

Completed in 553 milliseconds