HomeSort by relevance Sort by last modified time
    Searched defs:FastThread (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
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()
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
  /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 250 milliseconds