OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCpukHz
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/cpustats/
ThreadCpuUsage.h
119
uint32_t
getCpukHz
(int cpuNum);
/frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp
204
uint32_t ThreadCpuUsage::
getCpukHz
(int cpuNum)
207
ALOGW("
getCpukHz
called with invalid CPU %d", cpuNum);
230
ALOGW("
getCpukHz
can't open CPU %d", cpuNum);
/frameworks/av/services/audioflinger/
FastThread.cpp
325
uint32_t kHz = mTcu.
getCpukHz
(cpuNum);
Threads.cpp
362
int cpukHz = mCpuUsage.
getCpukHz
(cpuNum);
[
all
...]
Completed in 67 milliseconds