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(const char *cycleMs, const char *loadUs);
34 virtual ~FastThread();
94 }; // class FastThread
H A DFastCapture.h20 #include "FastThread.h"
29 class FastCapture : public FastThread {
52 // FIXME by renaming, could pull up many of these to FastThread
H A DFastThread.cpp17 #define LOG_TAG "FastThread"
28 #include "FastThread.h"
39 FastThread::FastThread(const char *cycleMs, const char *loadUs) : Thread(false /*canCallJava*/), function in class:android::FastThread
87 FastThread::~FastThread()
91 bool FastThread::threadLoop()
H A DFastMixer.h21 #include "FastThread.h"
32 class FastMixer : public FastThread {
H A DAndroid.mk75 FastThread.cpp \
H A DFastCapture.cpp34 FastCapture::FastCapture() : FastThread("cycleC_ms", "loadC_us"),
H A DFastMixer.cpp49 FastMixer::FastMixer() : FastThread("cycle_ms", "load_us"),

Completed in 86 milliseconds