Searched defs:hardware_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.h58 std::string hardware_info; member in struct:content::SpeechRecognitionEngine::Config
H A Dspeech_recognition_manager_impl.cc105 std::string hardware_info; local
108 delegate_->GetDiagnosticInformation(&can_report_metrics, &hardware_info);
132 remote_engine_config.hardware_info = hardware_info;
/external/chromium_org/chrome/browser/speech/
H A Dchrome_speech_recognition_manager_delegate.cc319 std::string* hardware_info) {
333 *hardware_info = optional_request_info_->value();
317 GetDiagnosticInformation( bool* can_report_metrics, std::string* hardware_info) argument

Completed in 95 milliseconds