HomeSort by relevance Sort by last modified time
    Searched defs:FastThread (Results 1 - 2 of 2) 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

Completed in 1310 milliseconds