Lines Matching refs:FastCaptureState
6333 FastCaptureState *state = sq->begin(); in RecordThread()
6340 state->mCommand = FastCaptureState::COLD_IDLE; in RecordThread()
6374 FastCaptureState *state = sq->begin(); in ~RecordThread()
6375 if (state->mCommand == FastCaptureState::COLD_IDLE) { in ~RecordThread()
6381 state->mCommand = FastCaptureState::EXIT; in ~RecordThread()
6565 FastCaptureState *state = sq->begin(); in threadLoop()
6568 if (state->mCommand != FastCaptureState::READ_WRITE /* FIXME && in threadLoop()
6570 if (state->mCommand == FastCaptureState::COLD_IDLE) { in threadLoop()
6576 state->mCommand = FastCaptureState::READ_WRITE; in threadLoop()
6875 FastCaptureState *state = sq->begin(); in inputStandBy()
6876 if (!(state->mCommand & FastCaptureState::IDLE)) { in inputStandBy()
6877 state->mCommand = FastCaptureState::COLD_IDLE; in inputStandBy()