OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadCpuUsage
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libcpustats/
Android.mk
7
ThreadCpuUsage
.cpp
ThreadCpuUsage.cpp
17
#define LOG_TAG "
ThreadCpuUsage
"
26
#include <cpustats/
ThreadCpuUsage
.h>
30
bool
ThreadCpuUsage
::setEnabled(bool isEnabled)
75
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>
71
ThreadCpuUsage
tcu; // for reading the current CPU clock frequency in kHz
FastMixer.cpp
36
#include <cpustats/
ThreadCpuUsage
.h>
Threads.cpp
69
#include <cpustats/
ThreadCpuUsage
.h>
217
ThreadCpuUsage
mCpuUsage; // instantaneous thread CPU usage in wall clock ns
[
all
...]
Completed in 138 milliseconds