OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_controller_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc
248
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_
->Record()
[
all
...]
speech_recognizer_impl.h
151
scoped_refptr<media::AudioInputController>
audio_controller_
;
member in class:content::SpeechRecognizerImpl
/external/chromium_org/extensions/shell/browser/
shell_browser_main_parts.h
72
scoped_ptr<ShellAudioController>
audio_controller_
;
member in class:extensions::ShellBrowserMainParts
shell_browser_main_parts.cc
88
audio_controller_
.reset(new ShellAudioController());
203
audio_controller_
.reset();
Completed in 86 milliseconds