Home
last modified time | relevance | path

Searched refs:TIMER_STOPPED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session_timer.cpp78 state_ = TimerState::TIMER_STOPPED; in StopTimer()
123 [this]() { return (state_ == TimerState::TIMER_STOPPED); }); in TimerLoopFunc()
127 if (state_ == TimerState::TIMER_STOPPED) { in TimerLoopFunc()
H A Daudio_session_timer.h39 TIMER_STOPPED = 2, enumerator