HomeSort by relevance Sort by last modified time
    Searched refs:FastThread (Results 1 - 8 of 8) 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"
40 FastThread::FastThread(const char *cycleMs, const char *loadUs) : Thread(false /*canCallJava*/),
88 FastThread::~FastThread()
92 bool FastThread::threadLoop()
FastMixer.h 21 #include "FastThread.h"
32 class FastMixer : public FastThread {
Android.mk 76 FastThread.cpp \
FastCapture.cpp 34 FastCapture::FastCapture() : FastThread("cycleC_ms", "loadC_us"),
FastMixer.cpp 50 FastMixer::FastMixer() : FastThread("cycle_ms", "load_us"),
  /device/google/cuttlefish_common/common/libs/threads/
cuttlefish_thread_test.cpp 56 MutexTestThunker<void*()>::call<&MutexTest::FastThread>, this);
70 void* FastThread() {
73 busy_ = "FastThread";
81 busy_ = "FastThread";

Completed in 161 milliseconds