OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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.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
379
GoogleStreamingRemoteEngine::
FSMState
393
GoogleStreamingRemoteEngine::
FSMState
469
GoogleStreamingRemoteEngine::
FSMState
480
GoogleStreamingRemoteEngine::
FSMState
508
GoogleStreamingRemoteEngine::
FSMState
518
GoogleStreamingRemoteEngine::
FSMState
523
GoogleStreamingRemoteEngine::
FSMState
528
GoogleStreamingRemoteEngine::
FSMState
GoogleStreamingRemoteEngine::Abort
[
all
...]
speech_recognition_manager_impl.cc
493
FSMState
session_state = GetSessionState(session_id);
512
Session* session,
FSMState
session_state, FSMEvent event) {
566
SpeechRecognitionManagerImpl::
FSMState
Completed in 492 milliseconds