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(),
46 FastCapture::~FastCapture()
50 FastCaptureStateQueue* FastCapture::sq()
55 const FastThreadState *FastCapture::poll()
60 void FastCapture::setLog(NBLog::Writer *logWriter __unused
    [all...]
Android.mk 71 FastCapture.cpp \
Threads.h     [all...]
Threads.cpp 60 #include "FastCapture.h"
192 // Eventually it will be the single buffer that FastCapture writes into via HAL read(),
    [all...]

Completed in 5499 milliseconds