Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp323 std::thread updatePosTimeThread_; member in OHOS::AudioStandard::AudioEndpointInner
561 if (updatePosTimeThread_.joinable()) { in Release()
563 updatePosTimeThread_.join(); in Release()
671 updatePosTimeThread_ = std::thread([this] { this->AsyncGetPosTime(); }); in ConfigInputPoint()
672 pthread_setname_np(updatePosTimeThread_.native_handle(), "OS_AudioEpUpdate"); in ConfigInputPoint()
711 updatePosTimeThread_ = std::thread([this] { this->AsyncGetPosTime(); }); in StartThread()
712 pthread_setname_np(updatePosTimeThread_.native_handle(), "OS_AudioEpUpdate"); in StartThread()

Completed in 4 milliseconds