Home
last modified time | relevance | path

Searched defs:FSMEventArgs (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/speech/
Dspeech_recognizer_impl.h82 struct FSMEventArgs { struct
95 void DispatchEvent(const FSMEventArgs& event_args); argument
Dgoogle_streaming_remote_engine.h101 struct FSMEventArgs { in NON_EXPORTED_BASE() struct
105 FSMEvent event; in NON_EXPORTED_BASE()
108 scoped_refptr<const AudioChunk> audio_data; in NON_EXPORTED_BASE()
111 scoped_ptr<std::vector<uint8> > response; in NON_EXPORTED_BASE()
Dgoogle_streaming_remote_engine.cc290 GoogleStreamingRemoteEngine::ConnectBothStreams(const FSMEventArgs&) { in ConnectBothStreams()
466 const FSMEventArgs&) { in CloseUpstreamAndWaitForResults()
493 GoogleStreamingRemoteEngine::CloseDownstream(const FSMEventArgs&) { in CloseDownstream()
503 GoogleStreamingRemoteEngine::AbortSilently(const FSMEventArgs&) { in AbortSilently()
508 GoogleStreamingRemoteEngine::AbortWithError(const FSMEventArgs&) { in AbortWithError()
527 GoogleStreamingRemoteEngine::DoNothing(const FSMEventArgs&) { in DoNothing()
575 GoogleStreamingRemoteEngine::FSMEventArgs::FSMEventArgs(FSMEvent event_value) in FSMEventArgs() function in content::GoogleStreamingRemoteEngine::FSMEventArgs
Dspeech_recognizer_impl.cc495 SpeechRecognizerImpl::StartRecording(const FSMEventArgs&) { in StartRecording()
604 SpeechRecognizerImpl::WaitEnvironmentEstimationCompletion(const FSMEventArgs&) { in WaitEnvironmentEstimationCompletion()
616 SpeechRecognizerImpl::DetectUserSpeechOrTimeout(const FSMEventArgs&) { in DetectUserSpeechOrTimeout()
634 SpeechRecognizerImpl::StopCaptureAndWaitForResult(const FSMEventArgs&) { in StopCaptureAndWaitForResult()
815 SpeechRecognizerImpl::FSMEventArgs::FSMEventArgs(FSMEvent event_value) in FSMEventArgs() function in content::SpeechRecognizerImpl::FSMEventArgs