Searched refs:PAUSED (Results 1 – 2 of 2) sorted by relevance
70 PAUSED, enumConstant161 mState = State.PAUSED; in pauseRecording()168 if (mState != State.PAUSED) { in resumeRecording()179 if (mState != State.STARTED && mState != State.PAUSED) { in stopRecording()
181 PAUSED, enumerator230 state_ = PAUSED; in PauseRecording()235 if (state_ != PAUSED) { in ResumeRecording()244 if (state_ != STARTED && state_ != PAUSED) { in StopRecording()