OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
75
bool ThreadCpuUsage::
sampleAndEnable
(double& ns)
86
ALOGV("
sampleAndEnable
%.0f", ns);
91
ALOGV("
sampleAndEnable
false");
/frameworks/av/services/audioflinger/
Threads.cpp
242
bool valid = mCpuUsage.
sampleAndEnable
(wcNs);
[
all
...]
Completed in 6822 milliseconds