OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FastThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
FastThread.cpp
17
#define LOG_TAG "
FastThread
"
27
#include "
FastThread
.h"
38
FastThread
::
FastThread
(const char *cycleMs, const char *loadUs) : Thread(false /*canCallJava*/),
86
FastThread
::~
FastThread
()
90
bool
FastThread
::threadLoop()
FastThread.h
29
//
FastThread
is the common abstract base class of FastMixer and FastCapture
30
class
FastThread
: public Thread {
33
FastThread
(const char *cycleMs, const char *loadUs);
34
virtual ~
FastThread
();
94
}; // class
FastThread
Completed in 109 milliseconds