Home
last modified time | relevance | path

Searched refs:ws_event (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/speech/
Dgoogle_streaming_remote_engine.cc398 proto::SpeechRecognitionEvent ws_event; in ProcessDownstreamResponse() local
399 if (!ws_event.ParseFromString(std::string(event_args.response->begin(), in ProcessDownstreamResponse()
405 if (!ws_event.result_size() && (!ws_event.has_status() || in ProcessDownstreamResponse()
406 ws_event.status() == proto::SpeechRecognitionEvent::STATUS_SUCCESS)) { in ProcessDownstreamResponse()
411 if (ws_event.has_status()) { in ProcessDownstreamResponse()
412 switch (ws_event.status()) { in ProcessDownstreamResponse()
438 for (int i = 0; i < ws_event.result_size(); ++i) { in ProcessDownstreamResponse()
439 const proto::SpeechRecognitionResult& ws_result = ws_event.result(i); in ProcessDownstreamResponse()