Searched refs:audio_controller_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl.cc248 DCHECK((is_capturing_audio && (audio_controller_.get() != NULL)) ||
249 (!is_capturing_audio && audio_controller_.get() == NULL));
261 if (audio_controller_.get()) {
262 audio_controller_->Close(
263 base::Bind(&KeepAudioControllerRefcountedForDtor, audio_controller_));
312 // OnRecognitionEnd event, since the audio_controller_.Close() asynchronous
465 // - IsCapturingAudio() returns true if and only if audio_controller_ != NULL.
569 audio_controller_ = AudioInputController::Create(
572 if (!audio_controller_.get()) {
583 audio_controller_
[all...]
H A Dspeech_recognizer_impl.h151 scoped_refptr<media::AudioInputController> audio_controller_; member in class:content::SpeechRecognizerImpl
/external/chromium_org/extensions/shell/browser/
H A Dshell_browser_main_parts.cc88 audio_controller_.reset(new ShellAudioController());
203 audio_controller_.reset();
H A Dshell_browser_main_parts.h72 scoped_ptr<ShellAudioController> audio_controller_; member in class:extensions::ShellBrowserMainParts

Completed in 74 milliseconds