Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_timer.h46 timerCtrl.notify_one(); in ~AudioTimer()
58 timerCtrl.notify_one(); in StartTimer()
66 timerCtrl.notify_one(); in StopTimer()
81 std::condition_variable timerCtrl; variable
95 if (!timerCtrl.wait_for(lck, std::chrono::seconds(timeoutDuration), in TimerLoopFunc()
102 timerCtrl.wait(lck, [this] { return CheckTimerStarted(); }); in TimerLoopFunc()