Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DFastCapture.cpp33 /*static*/ const FastCaptureState FastCapture::sInitial;
35 FastCapture::FastCapture() : FastThread("cycleC_ms", "loadC_us"), in FastCapture() function in android::FastCapture
47 FastCapture::~FastCapture() in ~FastCapture()
51 FastCaptureStateQueue* FastCapture::sq() in sq()
56 const FastThreadState *FastCapture::poll() in poll()
61 void FastCapture::setNBLogWriter(NBLog::Writer *logWriter __unused) in setNBLogWriter()
65 void FastCapture::onIdle() in onIdle()
71 void FastCapture::onExit() in onExit()
76 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
88 void FastCapture::onStateChange() in onStateChange()
[all …]
H A DFastCapture.h29 class FastCapture : public FastThread {
32 FastCapture();
33 virtual ~FastCapture();
H A DAndroid.bp33 "FastCapture.cpp",
H A DThreads.h1916 sp<FastCapture> mFastCapture; // non-0 if there is also
H A DThreads.cpp7405 mFastCapture = new FastCapture(); in RecordThread()
8867 AutoPark<FastCapture> park(mFastCapture); in checkForNewParameter_l()