HomeSort by relevance Sort by last modified time
    Searched defs:cpu_brand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.cc 210 std::string cpu_brand = cpu.cpu_brand(); local
213 size_t null_pos = cpu_brand.find('\0');
215 cpu_brand.erase(null_pos);
216 info = "Cpu brand: " + cpu_brand + '\n';
  /external/chromium_org/base/
cpu.h 53 const std::string& cpu_brand() const { return cpu_brand_; } function in class:base::CPU

Completed in 69 milliseconds