HomeSort by relevance Sort by last modified time
    Searched refs:FSMState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.h 57 enum FSMState {
96 FSMState ExecuteTransitionAndGetNextState(const FSMEventArgs& args);
102 FSMState StartRecording(const FSMEventArgs& event_args);
103 FSMState StartRecognitionEngine(const FSMEventArgs& event_args);
104 FSMState WaitEnvironmentEstimationCompletion(const FSMEventArgs& event_args);
105 FSMState DetectUserSpeechOrTimeout(const FSMEventArgs& event_args);
106 FSMState StopCaptureAndWaitForResult(const FSMEventArgs& event_args);
107 FSMState ProcessIntermediateResult(const FSMEventArgs& event_args);
108 FSMState ProcessFinalResult(const FSMEventArgs& event_args);
109 FSMState AbortSilently(const FSMEventArgs& event_args)
    [all...]
google_streaming_remote_engine.h 81 enum FSMState {
126 FSMState ExecuteTransitionAndGetNextState(const FSMEventArgs& event_args);
129 FSMState ConnectBothStreams(const FSMEventArgs& event_args);
130 FSMState TransmitAudioUpstream(const FSMEventArgs& event_args);
131 FSMState ProcessDownstreamResponse(const FSMEventArgs& event_args);
132 FSMState RaiseNoMatchErrorIfGotNoResults(const FSMEventArgs& event_args);
133 FSMState CloseUpstreamAndWaitForResults(const FSMEventArgs& event_args);
134 FSMState CloseDownstream(const FSMEventArgs& event_args);
135 FSMState AbortSilently(const FSMEventArgs& event_args);
136 FSMState AbortWithError(const FSMEventArgs& event_args)
    [all...]
speech_recognition_manager_impl.h 109 enum FSMState {
156 FSMState session_state,
160 FSMState GetSessionState(int session_id) const;
speech_recognizer_impl.cc 340 SpeechRecognizerImpl::FSMState
490 SpeechRecognizerImpl::FSMState
582 SpeechRecognizerImpl::FSMState
597 SpeechRecognizerImpl::FSMState
609 SpeechRecognizerImpl::FSMState
620 SpeechRecognizerImpl::FSMState
627 SpeechRecognizerImpl::FSMState
642 SpeechRecognizerImpl::FSMState
649 SpeechRecognizerImpl::FSMState
659 SpeechRecognizerImpl::FSMState SpeechRecognizerImpl::Abort
    [all...]
google_streaming_remote_engine.cc 238 GoogleStreamingRemoteEngine::FSMState
305 GoogleStreamingRemoteEngine::FSMState
378 GoogleStreamingRemoteEngine::FSMState
392 GoogleStreamingRemoteEngine::FSMState
468 GoogleStreamingRemoteEngine::FSMState
479 GoogleStreamingRemoteEngine::FSMState
507 GoogleStreamingRemoteEngine::FSMState
517 GoogleStreamingRemoteEngine::FSMState
522 GoogleStreamingRemoteEngine::FSMState
527 GoogleStreamingRemoteEngine::FSMState GoogleStreamingRemoteEngine::Abort
    [all...]
speech_recognition_manager_impl.cc 483 FSMState session_state = GetSessionState(session_id);
502 Session* session, FSMState session_state, FSMEvent event) {
556 SpeechRecognitionManagerImpl::FSMState

Completed in 147 milliseconds