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

/external/chromium_org/base/
H A Dcpu.cc104 std::string cpu_brand; local
110 cpu_brand.assign(line.substr(strlen(kModelNamePrefix)));
114 cpu_brand.assign(line.substr(strlen(kProcessorPrefix)));
119 return cpu_brand;
H A Dcpu.h60 const std::string& cpu_brand() const { return cpu_brand_; } function in class:base::CPU
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.cc457 std::string cpu_brand = cpu.cpu_brand(); local
460 size_t null_pos = cpu_brand.find('\0');
462 cpu_brand.erase(null_pos);
463 LogToCircularBuffer("Cpu brand: " + cpu_brand);

Completed in 524 milliseconds