Searched defs:CpuFreqThread (Results 1 - 2 of 2) sorted by relevance

/external/stressapptest/src/
H A Dworker.cc3431 const CpuFreqThread::CpuRegisterType CpuFreqThread::kCpuRegisters[] = {
3437 CpuFreqThread::CpuFreqThread(int num_cpus, int freq_threshold, int round) function in class:CpuFreqThread
3451 CpuFreqThread::~CpuFreqThread() {
3458 bool CpuFreqThread::ComputeDelta(CpuDataType *current, CpuDataType *previous,
3485 bool CpuFreqThread::ComputeFrequency(CpuDataType *current,
3503 bool CpuFreqThread::Work() {
3590 bool CpuFreqThread
[all...]
H A Dworker.h824 class CpuFreqThread : public WorkerThread { class in inherits:WorkerThread
826 CpuFreqThread(int num_cpus, int freq_threshold, int round);
827 ~CpuFreqThread();
895 DISALLOW_COPY_AND_ASSIGN(CpuFreqThread);

Completed in 98 milliseconds