Lines Matching refs:FastCaptureState
8180 FastCaptureState *state = sq->begin(); in RecordThread()
8187 state->mCommand = FastCaptureState::COLD_IDLE; in RecordThread()
8226 FastCaptureState *state = sq->begin(); in ~RecordThread()
8227 if (state->mCommand == FastCaptureState::COLD_IDLE) { in ~RecordThread()
8233 state->mCommand = FastCaptureState::EXIT; in ~RecordThread()
8469 FastCaptureState *state = sq->begin(); in threadLoop()
8472 if (state->mCommand != FastCaptureState::READ_WRITE /* FIXME && in threadLoop()
8474 if (state->mCommand == FastCaptureState::COLD_IDLE) { in threadLoop()
8480 state->mCommand = FastCaptureState::READ_WRITE; in threadLoop()
8855 FastCaptureState *state = sq->begin(); in inputStandBy()
8856 if (!(state->mCommand & FastCaptureState::IDLE)) { in inputStandBy()
8857 state->mCommand = FastCaptureState::COLD_IDLE; in inputStandBy()