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 40 class FastCapture : public FastThread {
43 FastCapture();
44 virtual ~FastCapture();
74 }; // class FastCapture
FastCapture.cpp 17 #define LOG_TAG "FastCapture"
28 #include "FastCapture.h"
32 /*static*/ const FastCaptureState FastCapture::initial;
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 73 LOCAL_SRC_FILES += FastCapture.cpp FastCaptureState.cpp
Threads.h     [all...]
Threads.cpp 58 #include "FastCapture.h"
171 // Eventually it will be the single buffer that FastCapture writes into via HAL read(),
    [all...]

Completed in 311 milliseconds