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

  /frameworks/av/services/audioflinger/
FastCapture.h 29 class FastCapture : public FastThread {
32 FastCapture();
33 virtual ~FastCapture();
65 }; // class FastCapture
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...]
Android.mk 70 FastCapture.cpp \
Threads.h     [all...]
Threads.cpp 64 #include "FastCapture.h"
201 // Eventually it will be the single buffer that FastCapture writes into via HAL read(),
    [all...]

Completed in 337 milliseconds