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

/frameworks/av/services/audioflinger/
H A DFastCapture.h29 class FastCapture : public FastThread { class in namespace:android
32 FastCapture();
33 virtual ~FastCapture();
65 }; // class FastCapture
H A DFastCapture.cpp17 #define LOG_TAG "FastCapture"
28 #include "FastCapture.h"
32 /*static*/ const FastCaptureState FastCapture::sInitial;
34 FastCapture::FastCapture() : FastThread(), function in class:android::FastCapture
46 FastCapture::~FastCapture()
50 FastCaptureStateQueue* FastCapture::sq()
55 const FastThreadState *FastCapture::poll()
60 void FastCapture
[all...]
H A DAndroid.mk71 FastCapture.cpp \
H A DThreads.h1341 sp<FastCapture> mFastCapture; // non-0 if there is also
H A DThreads.cpp60 #include "FastCapture.h"
192 // Eventually it will be the single buffer that FastCapture writes into via HAL read(),
5713 // create a Pipe for FastCapture to write to, and for us and fast tracks to read from
5743 mFastCapture = new FastCapture();
5764 mFastCaptureNBLogWriter = audioFlinger->newWriter_l(kFastCaptureLogSize, "FastCapture");
5770 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO);
6106 // skip fast tracks, as those are handled directly by FastCapture
7007 AutoPark<FastCapture> park(mFastCapture);

Completed in 83 milliseconds