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

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 89 int cpu_model_; member in class:talk_base::SystemInfo
systeminfo.cc 129 cpu_family_(0), cpu_model_(0), cpu_stepping_(0),
151 cpu_model_ = si.wProcessorRevision >> 8;
180 cpu_model_ = static_cast<int>(sysctl_value);
194 proc_info.GetSectionIntValue(0, "model", &cpu_model_);
300 return cpu_model_;

Completed in 120 milliseconds