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

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 41 virtual void EndRecognition() OVERRIDE;
speech_recognition_engine.h 26 // EndRecognition Mandatory at end of SR (even on errors).
28 // EndRecognition. If a recognition was started, the caller can free the
29 // SpeechRecognitionEngine only after calling EndRecognition.
77 virtual void EndRecognition() = 0;
google_streaming_remote_engine.h 46 // Both stream are guaranteed to be closed when |EndRecognition| call is issued.
65 virtual void EndRecognition() OVERRIDE;
google_one_shot_remote_engine.cc 231 void GoogleOneShotRemoteEngine::EndRecognition() {
speech_recognizer_impl.cc 669 recognition_engine_->EndRecognition();
734 recognition_engine_->EndRecognition();
google_streaming_remote_engine_unittest.cc 369 engine_under_test_->EndRecognition();
google_streaming_remote_engine.cc 98 void GoogleStreamingRemoteEngine::EndRecognition() {

Completed in 234 milliseconds