Lines Matching refs:FastCaptureState
33 /*static*/ const FastCaptureState FastCapture::sInitial{};
59 mPreIdle = *(const FastCaptureState *)mCurrent; in onIdle()
70 switch ((FastCaptureState::Command) command) { in isSubClassCommand()
71 case FastCaptureState::READ: in isSubClassCommand()
72 case FastCaptureState::WRITE: in isSubClassCommand()
73 case FastCaptureState::READ_WRITE: in isSubClassCommand()
82 const FastCaptureState * const current = (const FastCaptureState *) mCurrent; in onStateChange()
83 const FastCaptureState * const previous = (const FastCaptureState *) mPrevious; in onStateChange()
154 const FastCaptureState * const current = (const FastCaptureState *) mCurrent; in onWork()
156 const FastCaptureState::Command command = mCommand; in onWork()
173 if ((command & FastCaptureState::READ) /*&& isWarm*/) { in onWork()
195 if (command & FastCaptureState::WRITE) { in onWork()