Searched refs:firmware (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dversion_loader.cc41 // File to look for firmware number in.
58 // Beginning of line we look for that gives the firmware version.
76 std::string* firmware = new std::string(); local
80 base::Bind(&Backend::GetFirmware, backend_.get(), firmware),
82 callback, base::Owned(firmware)));
157 void VersionLoader::Backend::GetFirmware(std::string* firmware) { argument
163 *firmware = ParseFirmware(contents);
H A Dversion_loader.h29 // This class also provides the ability to load the bios firmware using
76 // Calls ParseFirmware to get the firmware # and notifies request.
78 void GetFirmware(std::string* firmware);
93 // Extracts the firmware from the file.
/external/chromium/chrome/browser/ui/webui/options/
H A Dabout_page_handler.h46 std::string firmware);
H A Dabout_page_handler.cc111 { "firmware", IDS_ABOUT_PAGE_FIRMWARE },
427 std::string firmware) {
428 if (firmware.size()) {
429 scoped_ptr<Value> firmware_string(Value::CreateStringValue(firmware));
426 OnOSFirmware(chromeos::VersionLoader::Handle handle, std::string firmware) argument
/external/chromium/chrome/browser/chromeos/
H A Dversion_loader.cc28 // File to look for firmware number in.
44 // Beginning of line we look for that gives the firmware version.
187 std::string firmware;
191 firmware = ParseFirmware(contents);
195 firmware));
H A Dboot_times_loader.h39 double firmware; // Time from power button to kernel being loaded. member in struct:chromeos::BootTimesLoader::BootTimes
49 BootTimes() : firmware(0),
H A Dboot_times_loader.cc145 SecondsToTimeDelta(boot_times.firmware));
159 "firmware: %.2f\n"
164 boot_times.firmware,
174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time");
185 // Wait until firmware-boot-time file exists by reposting.
199 GetTime(kFirmwareBootTime, &boot_times.firmware);
206 boot_times.total = boot_times.firmware + boot_times.login_prompt_ready;
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.h81 void OnOSFirmware(const std::string& firmware);
H A Dhelp_handler.cc181 { "firmware", IDS_ABOUT_PAGE_FIRMWARE },
534 void HelpHandler::OnOSFirmware(const std::string& firmware) { argument
536 base::StringValue(firmware));
/external/chromium_org/chrome/browser/resources/help/
H A Dhelp.js351 setOSFirmware_: function(firmware) {
353 console.error('OS firmware unsupported on non-CrOS');
355 $('firmware').parentNode.hidden = (firmware == '');
356 $('firmware').textContent = firmware;
483 HelpPage.setOSFirmware = function(firmware) {
484 HelpPage.getInstance().setOSFirmware_(firmware);
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprivet_http_server.h50 std::string firmware; member in struct:PrivetHttpServer::DeviceInfo
H A Dprivet_http_server.cc221 response->SetString("firmware", info.firmware);
H A Dprinter.cc319 info->firmware = "3.7.31.127.8191.131071.524287.2147483647";
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids66 2015 at90usbkey sample firmware (HID keyboard)
67 2018 at90usbkey sample firmware (CDC ACM)
68 2019 stk525 sample firmware (microphone)
69 201c at90usbkey sample firmware (HID mouse)
70 201d at90usbkey sample firmware (HID generic)
71 2022 at90usbkey sample firmware (composite device)
864 0121 DC-240 (PTP firmware)
6257 8300 Built-in iSight (no firmware loaded)
7505 0101 USA-28 PDA [no firmware]
7506 0102 USA-28X PDA [no firmware]
[all...]
/external/chromium_org/third_party/gpsd/release-3.1/
H A Dgps.h514 char firmware[RTCM3_MAX_DESCRIPTOR+1]; /* Firmware string */ member in struct:rtcm3_t::__anon10672::rtcm3_1033_t

Completed in 222 milliseconds