Lines Matching refs:FastCaptureState
33 /*static*/ const FastCaptureState FastCapture::sInitial;
67 mPreIdle = *(const FastCaptureState *)mCurrent; in onIdle()
78 switch ((FastCaptureState::Command) command) { in isSubClassCommand()
79 case FastCaptureState::READ: in isSubClassCommand()
80 case FastCaptureState::WRITE: in isSubClassCommand()
81 case FastCaptureState::READ_WRITE: in isSubClassCommand()
90 const FastCaptureState * const current = (const FastCaptureState *) mCurrent; in onStateChange()
91 const FastCaptureState * const previous = (const FastCaptureState *) mPrevious; in onStateChange()
162 const FastCaptureState * const current = (const FastCaptureState *) mCurrent; in onWork()
164 const FastCaptureState::Command command = mCommand; in onWork()
181 if ((command & FastCaptureState::READ) /*&& isWarm*/) { in onWork()
203 if (command & FastCaptureState::WRITE) { in onWork()