Home
last modified time | relevance | path

Searched refs:sampleAndEnable (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/cpustats/
DThreadCpuUsage.h90 bool sampleAndEnable(double& ns);
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp76 bool ThreadCpuUsage::sampleAndEnable(double& ns) in sampleAndEnable() function in android::ThreadCpuUsage
/frameworks/av/services/audioflinger/
DThreads.cpp260 bool valid = mCpuUsage.sampleAndEnable(wcNs); in sample()