OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastThread
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audioflinger/
FastThread.h
29
//
FastThread
is the common abstract base class of FastMixer and FastCapture
30
class
FastThread
: public Thread {
33
FastThread
();
34
virtual ~
FastThread
();
88
}; // class
FastThread
FastCapture.h
20
#include "
FastThread
.h"
40
class FastCapture : public
FastThread
{
62
// FIXME by renaming, could pull up many of these to
FastThread
FastThread.cpp
17
#define LOG_TAG "
FastThread
"
27
#include "
FastThread
.h"
36
FastThread
::
FastThread
() : Thread(false /*canCallJava*/),
78
FastThread
::~
FastThread
()
82
bool
FastThread
::threadLoop()
FastMixer.h
23
#include "
FastThread
.h"
35
class FastMixer : public
FastThread
{
Android.mk
72
LOCAL_SRC_FILES +=
FastThread
.cpp FastThreadState.cpp
FastCapture.cpp
34
FastCapture::FastCapture() :
FastThread
(),
FastMixer.cpp
49
FastMixer::FastMixer() :
FastThread
(),
Completed in 221 milliseconds