Searched refs:hardware_info (Results 1 – 8 of 8) sorted by relevance
27 std::string* hardware_info) = 0;
26 bool* can_report_metrics, std::string* hardware_info) OVERRIDE {} in GetDiagnosticInformation() argument
58 std::string hardware_info; member
105 std::string hardware_info; in CreateSession() local108 delegate_->GetDiagnosticInformation(&can_report_metrics, &hardware_info); in CreateSession()132 remote_engine_config.hardware_info = hardware_info; in CreateSession()
194 if (!config_.hardware_info.empty()) in StartRecognition()195 parts.push_back("xhw=" + net::EscapeQueryParamValue(config_.hardware_info, in StartRecognition()
353 if (!config_.hardware_info.empty()) { in ConnectBothStreams()355 "xhw=" + net::EscapeQueryParamValue(config_.hardware_info, true)); in ConnectBothStreams()
43 std::string* hardware_info) OVERRIDE;
332 std::string* hardware_info) { in GetDiagnosticInformation() argument346 *hardware_info = optional_request_info_->value(); in GetDiagnosticInformation()