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

  /external/chromium_org/content/browser/speech/
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.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...]

Completed in 581 milliseconds