Home
last modified time | relevance | path

Searched refs:cpu_id (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dlinux.cc88 bool ProcCpuInfo::GetCpuStringValue(int cpu_id, const std::string& key, in GetCpuStringValue() argument
90 if (cpu_id >= static_cast<int>(cpu_info_.size())) in GetCpuStringValue()
92 ConfigParser::SimpleMap::iterator iter = cpu_info_[cpu_id].find(key); in GetCpuStringValue()
93 if (iter == cpu_info_[cpu_id].end()) { in GetCpuStringValue()
100 bool ProcCpuInfo::GetCpuIntValue(int cpu_id, const std::string& key, in GetCpuIntValue() argument
102 if (cpu_id >= static_cast<int>(cpu_info_.size())) { in GetCpuIntValue()
105 ConfigParser::SimpleMap::iterator iter = cpu_info_[cpu_id].find(key); in GetCpuIntValue()
106 if (iter == cpu_info_[cpu_id].end()) { in GetCpuIntValue()
Dlinux.h103 virtual bool GetCpuStringValue(int cpu_id, const std::string& key,
108 virtual bool GetCpuIntValue(int cpu_id, const std::string& key,
/external/libyuv/files/
Dlibyuv.gyp35 'source/cpu_id.h',
42 'source/cpu_id.cc',
/external/linux-tools-perf/
Dbuiltin-timechart.c322 u64 cpu_id; member
329 u32 cpu_id; member
539 c_state_end(ppe->cpu_id, sample->time); in process_sample_event()
541 c_state_start(ppe->cpu_id, sample->time, in process_sample_event()
546 p_state_change(ppe->cpu_id, sample->time, ppe->state); in process_sample_event()
558 c_state_start(peo->cpu_id, sample->time, in process_sample_event()
566 p_state_change(peo->cpu_id, sample->time, in process_sample_event()
/external/libyuv/
DAndroid.mk13 files/source/cpu_id.cc \