Lines Matching refs:FastCaptureState
7410 FastCaptureState *state = sq->begin(); in RecordThread()
7417 state->mCommand = FastCaptureState::COLD_IDLE; in RecordThread()
7455 FastCaptureState *state = sq->begin(); in ~RecordThread()
7456 if (state->mCommand == FastCaptureState::COLD_IDLE) { in ~RecordThread()
7462 state->mCommand = FastCaptureState::EXIT; in ~RecordThread()
7683 FastCaptureState *state = sq->begin(); in threadLoop()
7686 if (state->mCommand != FastCaptureState::READ_WRITE /* FIXME && in threadLoop()
7688 if (state->mCommand == FastCaptureState::COLD_IDLE) { in threadLoop()
7694 state->mCommand = FastCaptureState::READ_WRITE; in threadLoop()
8081 FastCaptureState *state = sq->begin(); in inputStandBy()
8082 if (!(state->mCommand & FastCaptureState::IDLE)) { in inputStandBy()
8083 state->mCommand = FastCaptureState::COLD_IDLE; in inputStandBy()