HomeSort by relevance Sort by last modified time
    Searched refs:ThreadCpuUsage (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libcpustats/
Android.mk 7 ThreadCpuUsage.cpp
ThreadCpuUsage.cpp 17 #define LOG_TAG "ThreadCpuUsage"
27 #include <cpustats/ThreadCpuUsage.h>
31 bool ThreadCpuUsage::setEnabled(bool isEnabled)
76 bool ThreadCpuUsage::sampleAndEnable(double& ns)
96 bool ThreadCpuUsage::sample(double &ns)
127 long long ThreadCpuUsage::elapsed() const
150 void ThreadCpuUsage::resetElapsed()
164 int ThreadCpuUsage::sScalingFds[ThreadCpuUsage::MAX_CPU];
165 pthread_once_t ThreadCpuUsage::sOnceControl = PTHREAD_ONCE_INIT
    [all...]
  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 37 class ThreadCpuUsage
41 ThreadCpuUsage() :
55 ~ThreadCpuUsage() { }
134 static void init(); // called once at first ThreadCpuUsage construction
  /frameworks/av/services/audioflinger/
FastThread.h 22 #include <cpustats/ThreadCpuUsage.h>
75 ThreadCpuUsage mTcu; // for reading the current CPU clock frequency in kHz
FastMixerDumpState.cpp 24 #include <cpustats/ThreadCpuUsage.h>
FastMixer.cpp 37 #include <cpustats/ThreadCpuUsage.h>
Threads.cpp 72 #include <cpustats/ThreadCpuUsage.h>
235 ThreadCpuUsage mCpuUsage; // instantaneous thread CPU usage in wall clock ns
    [all...]

Completed in 92 milliseconds