Lines Matching refs:FastCaptureState
6971 FastCaptureState *state = sq->begin(); in RecordThread()
6978 state->mCommand = FastCaptureState::COLD_IDLE; in RecordThread()
7016 FastCaptureState *state = sq->begin(); in ~RecordThread()
7017 if (state->mCommand == FastCaptureState::COLD_IDLE) { in ~RecordThread()
7023 state->mCommand = FastCaptureState::EXIT; in ~RecordThread()
7234 FastCaptureState *state = sq->begin(); in threadLoop()
7237 if (state->mCommand != FastCaptureState::READ_WRITE /* FIXME && in threadLoop()
7239 if (state->mCommand == FastCaptureState::COLD_IDLE) { in threadLoop()
7245 state->mCommand = FastCaptureState::READ_WRITE; in threadLoop()
7630 FastCaptureState *state = sq->begin(); in inputStandBy()
7631 if (!(state->mCommand & FastCaptureState::IDLE)) { in inputStandBy()
7632 state->mCommand = FastCaptureState::COLD_IDLE; in inputStandBy()