Searched refs:FastThread (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastThread.h29 // FastThread is the common abstract base class of FastMixer and FastCapture
30 class FastThread : public Thread { class in namespace:android
33 FastThread();
34 virtual ~FastThread();
88 }; // class FastThread
H A DFastCapture.h20 #include "FastThread.h"
40 class FastCapture : public FastThread {
62 // FIXME by renaming, could pull up many of these to FastThread
H A DFastThread.cpp17 #define LOG_TAG "FastThread"
27 #include "FastThread.h"
36 FastThread::FastThread() : Thread(false /*canCallJava*/), function in class:android::FastThread
78 FastThread::~FastThread()
82 bool FastThread::threadLoop()
H A DFastMixer.h23 #include "FastThread.h"
35 class FastMixer : public FastThread {
H A DAndroid.mk72 LOCAL_SRC_FILES += FastThread.cpp FastThreadState.cpp
H A DFastCapture.cpp34 FastCapture::FastCapture() : FastThread(),
H A DFastMixer.cpp49 FastMixer::FastMixer() : FastThread(),

Completed in 4448 milliseconds