Searched refs:TimerLoopFunc (Results 1 – 3 of 3) sorted by relevance
36 timerLoop = std::thread([this] { this->TimerLoopFunc(); }); in AudioTimer()87 void TimerLoopFunc() in TimerLoopFunc() function
63 timerThread_ = std::make_shared<std::thread>([this] { TimerLoopFunc(); }); in StartTimer()97 void AudioSessionTimer::TimerLoopFunc() in TimerLoopFunc() function in OHOS::AudioStandard::AudioSessionTimer
54 void TimerLoopFunc();