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

  /frameworks/av/services/audioflinger/
FastCapture.cpp 17 #define LOG_TAG "FastCapture"
28 #include "FastCapture.h"
32 /*static*/ const FastCaptureState FastCapture::sInitial;
34 FastCapture::FastCapture() : FastThread("cycleC_ms", "loadC_us"),
46 FastCapture::~FastCapture()
50 FastCaptureStateQueue* FastCapture::sq()
55 const FastThreadState *FastCapture::poll()
60 void FastCapture::setNBLogWriter(NBLog::Writer *logWriter __unused
    [all...]
FastCapture.h 29 class FastCapture : public FastThread {
32 FastCapture();
33 virtual ~FastCapture();
65 }; // class FastCapture

Completed in 65 milliseconds