Searched refs:TimerState (Results 1 – 2 of 2) sorted by relevance
36 mState = TimerState::RESET; in start()44 mState = TimerState::STOPPED; in stop()58 if (mState == TimerState::STOPPED) { in loop()62 if (mState == TimerState::IDLE) { in loop()67 if (mState == TimerState::RESET) { in loop()77 if (mState == TimerState::STOPPED) { in loop()82 mState = TimerState::WAITING; in loop()83 while (mState == TimerState::WAITING) { in loop()87 if (mState == TimerState::RESET) { in loop()89 mState = TimerState::WAITING; in loop()[all …]
51 enum class TimerState { enum81 TimerState mState GUARDED_BY(mMutex) = TimerState::RESET;