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

  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 29 // cycle, just call sampleAndEnable() at the start of each cycle.
80 // sample, or since the first call to sampleAndEnable(), enable(), or
90 bool sampleAndEnable(double& ns);
96 // the previous sample or since the first call to sampleAndEnable(),
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 76 bool ThreadCpuUsage::sampleAndEnable(double& ns)
86 ALOGV("sampleAndEnable %.0f", ns);
91 ALOGV("sampleAndEnable false");
  /frameworks/av/services/audioflinger/
Threads.cpp 260 bool valid = mCpuUsage.sampleAndEnable(wcNs);
    [all...]

Completed in 90 milliseconds