Lines Matching refs:FastCaptureState
5748 FastCaptureState *state = sq->begin(); in RecordThread()
5755 state->mCommand = FastCaptureState::COLD_IDLE; in RecordThread()
5788 FastCaptureState *state = sq->begin(); in ~RecordThread()
5789 if (state->mCommand == FastCaptureState::COLD_IDLE) { in ~RecordThread()
5795 state->mCommand = FastCaptureState::EXIT; in ~RecordThread()
5981 FastCaptureState *state = sq->begin(); in threadLoop()
5984 if (state->mCommand != FastCaptureState::READ_WRITE /* FIXME && in threadLoop()
5986 if (state->mCommand == FastCaptureState::COLD_IDLE) { in threadLoop()
5992 state->mCommand = FastCaptureState::READ_WRITE; in threadLoop()
6251 FastCaptureState *state = sq->begin(); in inputStandBy()
6252 if (!(state->mCommand & FastCaptureState::IDLE)) { in inputStandBy()
6253 state->mCommand = FastCaptureState::COLD_IDLE; in inputStandBy()