OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillCpuUsages
(Results
1 - 3
of
3
) sorted by null
/device/google/wahoo/thermal/
thermal-helper.h
81
ssize_t
fillCpuUsages
(hidl_vec<CpuUsage> *cpuUsages);
Thermal.cpp
100
ssize_t ret =
fillCpuUsages
(&cpuUsages);
211
ssize_t ret =
fillCpuUsages
(&cpu_usages);
thermal-helper.cpp
189
ssize_t
fillCpuUsages
(hidl_vec<CpuUsage> *cpuUsages) {
201
LOG(ERROR) << "
fillCpuUsages
: incorrect buffer";
207
PLOG(ERROR) << "
fillCpuUsages
: failed to open file (" << kCpuUsageFile << ")";
229
PLOG(ERROR) << "
fillCpuUsages
: failed to read CPU information from file ("
232
PLOG(ERROR) << "
fillCpuUsages
: file has incorrect format ("
247
PLOG(ERROR) << "
fillCpuUsages
: failed to open file (" << file_name << ")";
252
PLOG(ERROR) << "
fillCpuUsages
: failed to read CPU online information from file ("
265
LOG(DEBUG) << "
fillCpuUsages
: "<< kCpuLabel[size] << ": "
272
PLOG(ERROR) << "
fillCpuUsages
: file has incorrect format (" << kCpuUsageFile << ")";
Completed in 75 milliseconds