Lines Matching refs:FastCapture
32 /*static*/ const FastCaptureState FastCapture::sInitial;
34 FastCapture::FastCapture() : FastThread("cycleC_ms", "loadC_us"), 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::setNBLogWriter(NBLog::Writer *logWriter __unused) in setNBLogWriter()
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()
159 void FastCapture::onWork() in onWork()