/external/chromium_org/content/browser/speech/ |
D | speech_recognizer_impl_android.cc | 111 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()
|
D | speech_recognizer_impl_android.h | 35 void OnSoundStart(JNIEnv* env, jobject obj);
|
D | speech_recognition_dispatcher_host.h | 41 virtual void OnSoundStart(int session_id) OVERRIDE;
|
D | input_tag_speech_dispatcher_host.h | 42 virtual void OnSoundStart(int session_id) OVERRIDE;
|
D | speech_recognition_manager_impl.cc | 338 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()
|
D | speech_recognition_manager_impl.h | 84 virtual void OnSoundStart(int session_id) OVERRIDE; in NON_EXPORTED_BASE()
|
D | input_tag_speech_dispatcher_host.cc | 217 void InputTagSpeechDispatcherHost::OnSoundStart(int session_id) {} in OnSoundStart() function in content::InputTagSpeechDispatcherHost
|
D | speech_recognition_dispatcher_host.cc | 190 void SpeechRecognitionDispatcherHost::OnSoundStart(int session_id) { in OnSoundStart() function in content::SpeechRecognitionDispatcherHost
|
D | speech_recognizer_impl.cc | 612 listener()->OnSoundStart(session_id()); in DetectUserSpeechOrTimeout() 703 listener()->OnSoundStart(session_id()); in ProcessIntermediateResult()
|
D | speech_recognizer_impl_unittest.cc | 131 virtual void OnSoundStart(int session_id) OVERRIDE { in OnSoundStart() function in content::SpeechRecognizerImplTest
|
/external/chromium_org/content/public/browser/ |
D | speech_recognition_event_listener.h | 34 virtual void OnSoundStart(int session_id) = 0;
|
/external/chromium_org/chrome/browser/speech/ |
D | chrome_speech_recognition_manager_delegate.h | 30 virtual void OnSoundStart(int session_id) OVERRIDE;
|
D | chrome_speech_recognition_manager_delegate.cc | 306 void ChromeSpeechRecognitionManagerDelegate::OnSoundStart(int session_id) { in OnSoundStart() function in speech::ChromeSpeechRecognitionManagerDelegate
|