Lines Matching refs:FastCaptureState
32 /*static*/ const FastCaptureState FastCapture::sInitial;
66 mPreIdle = *(const FastCaptureState *)mCurrent; in onIdle()
77 switch ((FastCaptureState::Command) command) { in isSubClassCommand()
78 case FastCaptureState::READ: in isSubClassCommand()
79 case FastCaptureState::WRITE: in isSubClassCommand()
80 case FastCaptureState::READ_WRITE: in isSubClassCommand()
89 const FastCaptureState * const current = (const FastCaptureState *) mCurrent; in onStateChange()
90 const FastCaptureState * const previous = (const FastCaptureState *) mPrevious; in onStateChange()
161 const FastCaptureState * const current = (const FastCaptureState *) mCurrent; in onWork()
163 const FastCaptureState::Command command = mCommand; in onWork()
166 if ((command & FastCaptureState::READ) /*&& isWarm*/) { in onWork()
187 if (command & FastCaptureState::WRITE) { in onWork()