HomeSort by relevance Sort by last modified time
    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(const char *cycleMs, const char *loadUs);
34 virtual ~FastThread();
94 }; // class FastThread
FastCapture.h 20 #include "FastThread.h"
29 class FastCapture : public FastThread {
52 // FIXME by renaming, could pull up many of these to FastThread
FastThread.cpp 17 #define LOG_TAG "FastThread"
28 #include "FastThread.h"
39 FastThread::FastThread(const char *cycleMs, const char *loadUs) : Thread(false /*canCallJava*/),
87 FastThread::~FastThread()
91 bool FastThread::threadLoop()
FastMixer.h 21 #include "FastThread.h"
32 class FastMixer : public FastThread {
Android.mk 75 FastThread.cpp \
FastCapture.cpp 34 FastCapture::FastCapture() : FastThread("cycleC_ms", "loadC_us"),
FastMixer.cpp 49 FastMixer::FastMixer() : FastThread("cycle_ms", "load_us"),

Completed in 72 milliseconds