Home
last modified time | relevance | path

Searched refs:FastCapture (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCapture.cpp32 /*static*/ const FastCaptureState FastCapture::sInitial;
34 FastCapture::FastCapture() : FastThread(), in FastCapture() function in android::FastCapture
46 FastCapture::~FastCapture() in ~FastCapture()
50 FastCaptureStateQueue* FastCapture::sq() in sq()
55 const FastThreadState *FastCapture::poll() in poll()
60 void FastCapture::setLog(NBLog::Writer *logWriter __unused) in setLog()
64 void FastCapture::onIdle() in onIdle()
70 void FastCapture::onExit() in onExit()
75 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
87 void FastCapture::onStateChange() in onStateChange()
[all …]
DFastCapture.h29 class FastCapture : public FastThread {
32 FastCapture();
33 virtual ~FastCapture();
DAndroid.mk79 FastCapture.cpp \
DThreads.h1318 sp<FastCapture> mFastCapture; // non-0 if there is also
DThreads.cpp5534 mFastCapture = new FastCapture(); in RecordThread()