Home
last modified time | relevance | path

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

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