OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSMState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine.h
82
enum
FSMState
{
127
FSMState
ExecuteTransitionAndGetNextState(const FSMEventArgs& event_args);
130
FSMState
ConnectBothStreams(const FSMEventArgs& event_args);
131
FSMState
TransmitAudioUpstream(const FSMEventArgs& event_args);
132
FSMState
ProcessDownstreamResponse(const FSMEventArgs& event_args);
133
FSMState
RaiseNoMatchErrorIfGotNoResults(const FSMEventArgs& event_args);
134
FSMState
CloseUpstreamAndWaitForResults(const FSMEventArgs& event_args);
135
FSMState
CloseDownstream(const FSMEventArgs& event_args);
136
FSMState
AbortSilently(const FSMEventArgs& event_args);
137
FSMState
AbortWithError(const FSMEventArgs& event_args)
[
all
...]
speech_recognition_manager_impl.h
108
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 2972 milliseconds