OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuNum
(Results
1 - 3
of
3
) sorted by null
/device/google/wahoo/thermal/
thermal-helper.h
62
constexpr unsigned int
kCpuNum
= 8;
64
constexpr const char *kCpuLabel[
kCpuNum
] = {
67
// Sum of
kCpuNum
+ 4 for GPU, BATTERY, SKIN, and USB-C.
68
constexpr unsigned int kTemperatureNum = 4 +
kCpuNum
;
thermal-helper.cpp
200
if (cpuUsages == NULL || cpuUsages->size() <
kCpuNum
) {
227
if (vals != 5 || size ==
kCpuNum
) {
271
if (size !=
kCpuNum
) {
275
return
kCpuNum
;
Thermal.cpp
90
cpuUsages.resize(
kCpuNum
);
192
cpu_usages.resize(
kCpuNum
);
Completed in 70 milliseconds