HomeSort by relevance Sort by last modified time
    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 271 int cpukHz = mCpuUsage.getCpukHz(cpuNum);
    [all...]

Completed in 1057 milliseconds