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/
ThreadCpuUsage.cpp
17
#define LOG_TAG "
ThreadCpuUsage
"
27
#include <cpustats/
ThreadCpuUsage
.h>
36
bool
ThreadCpuUsage
::setEnabled(bool isEnabled)
81
bool
ThreadCpuUsage
::sampleAndEnable(double& ns)
101
bool
ThreadCpuUsage
::sample(double &ns)
132
long long
ThreadCpuUsage
::elapsed() const
155
void
ThreadCpuUsage
::resetElapsed()
169
int
ThreadCpuUsage
::sScalingFds[
ThreadCpuUsage
::MAX_CPU];
170
pthread_once_t
ThreadCpuUsage
::sOnceControl = PTHREAD_ONCE_INIT
[
all
...]
/frameworks/av/media/libcpustats/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>
75
ThreadCpuUsage
mTcu; // for reading the current CPU clock frequency in kHz
FastMixerDumpState.cpp
24
#include <cpustats/
ThreadCpuUsage
.h>
FastMixer.cpp
37
#include <cpustats/
ThreadCpuUsage
.h>
Threads.cpp
81
#include <cpustats/
ThreadCpuUsage
.h>
341
ThreadCpuUsage
mCpuUsage; // instantaneous thread CPU usage in wall clock ns
[
all
...]
Completed in 1588 milliseconds