Home
last modified time | relevance | path

Searched refs:OnSoundStart (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/content/browser/speech/
Dspeech_recognizer_impl_android.cc111 void SpeechRecognizerImplAndroid::OnSoundStart(JNIEnv* env, jobject obj) { in OnSoundStart() function in content::SpeechRecognizerImplAndroid
114 &SpeechRecognizerImplAndroid::OnSoundStart, this, in OnSoundStart()
119 listener()->OnSoundStart(session_id()); in OnSoundStart()
Dspeech_recognizer_impl_android.h35 void OnSoundStart(JNIEnv* env, jobject obj);
Dspeech_recognition_dispatcher_host.h41 virtual void OnSoundStart(int session_id) OVERRIDE;
Dinput_tag_speech_dispatcher_host.h42 virtual void OnSoundStart(int session_id) OVERRIDE;
Dspeech_recognition_manager_impl.cc338 void SpeechRecognitionManagerImpl::OnSoundStart(int session_id) { in OnSoundStart() function in content::SpeechRecognitionManagerImpl
345 delegate_listener->OnSoundStart(session_id); in OnSoundStart()
347 listener->OnSoundStart(session_id); in OnSoundStart()
Dspeech_recognition_manager_impl.h84 virtual void OnSoundStart(int session_id) OVERRIDE; in NON_EXPORTED_BASE()
Dinput_tag_speech_dispatcher_host.cc217 void InputTagSpeechDispatcherHost::OnSoundStart(int session_id) {} in OnSoundStart() function in content::InputTagSpeechDispatcherHost
Dspeech_recognition_dispatcher_host.cc190 void SpeechRecognitionDispatcherHost::OnSoundStart(int session_id) { in OnSoundStart() function in content::SpeechRecognitionDispatcherHost
Dspeech_recognizer_impl.cc612 listener()->OnSoundStart(session_id()); in DetectUserSpeechOrTimeout()
703 listener()->OnSoundStart(session_id()); in ProcessIntermediateResult()
Dspeech_recognizer_impl_unittest.cc131 virtual void OnSoundStart(int session_id) OVERRIDE { in OnSoundStart() function in content::SpeechRecognizerImplTest
/external/chromium_org/content/public/browser/
Dspeech_recognition_event_listener.h34 virtual void OnSoundStart(int session_id) = 0;
/external/chromium_org/chrome/browser/speech/
Dchrome_speech_recognition_manager_delegate.h30 virtual void OnSoundStart(int session_id) OVERRIDE;
Dchrome_speech_recognition_manager_delegate.cc306 void ChromeSpeechRecognitionManagerDelegate::OnSoundStart(int session_id) { in OnSoundStart() function in speech::ChromeSpeechRecognitionManagerDelegate