Searched refs:GetSectionIntValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlinux_unittest.cc51 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "model", &out_model));
55 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "stepping", &out_stepping));
59 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "processor", &out_processor));
H A Dlinux.cc66 if (GetSectionIntValue(i, "processor", &processor_id)) {
103 if (GetSectionIntValue(i, "physical id", &physical_id) &&
104 GetSectionIntValue(i, "cpu cores", &cores) &&
130 if (GetSectionIntValue(i, "CPU architecture", &cpu_family)) {
136 GetSectionIntValue(0, "cpu family", &cpu_family);
158 bool ProcCpuInfo::GetSectionIntValue(size_t section_num, function in class:rtc::ProcCpuInfo
H A Dlinux.h100 virtual bool GetSectionIntValue(size_t section_num, const std::string& key,
H A Dsysteminfo.cc179 proc_info.GetSectionIntValue(0, "model", &cpu_model_);
180 proc_info.GetSectionIntValue(0, "stepping", &cpu_stepping_);
181 proc_info.GetSectionIntValue(0, "cpu MHz", &cpu_speed_);
182 proc_info.GetSectionIntValue(0, "cache size", &cache_size_);

Completed in 219 milliseconds