Home
last modified time | relevance | path

Searched refs:isTimerStarted (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_timer.h33 isTimerStarted = false; in AudioTimer()
45 isTimerStarted = !isTimerStarted; in ~AudioTimer()
57 isTimerStarted = true; in StartTimer()
64 isTimerStarted = false; in StopTimer()
82 volatile std::atomic<bool> isTimerStarted; member in OHOS::AudioStandard::AudioTimer
94 if (isTimerStarted) { in TimerLoopFunc()
98 isTimerStarted = false; in TimerLoopFunc()
110 return this->isTimerStarted; in CheckTimerStarted()
115 return !this->isTimerStarted; in CheckTimerStopped()
[all...]

Completed in 1 milliseconds