Home
last modified time | relevance | path

Searched refs:getCpukHz (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/cpustats/
DThreadCpuUsage.h119 uint32_t getCpukHz(int cpuNum);
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp204 uint32_t ThreadCpuUsage::getCpukHz(int cpuNum) in getCpukHz() function in android::ThreadCpuUsage
/frameworks/av/services/audioflinger/
DFastThread.cpp325 uint32_t kHz = mTcu.getCpukHz(cpuNum); in threadLoop()
DThreads.cpp362 int cpukHz = mCpuUsage.getCpukHz(cpuNum); in sample()