Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp318 std::thread updatePosTimeThread_; member in OHOS::AudioStandard::AudioEndpointInner
554 if (updatePosTimeThread_.joinable()) { in Release()
556 updatePosTimeThread_.join(); in Release()
664 updatePosTimeThread_ = std::thread([this] { this->AsyncGetPosTime(); }); in ConfigInputPoint()
665 pthread_setname_np(updatePosTimeThread_.native_handle(), "OS_AudioEpUpdate"); in ConfigInputPoint()
707 updatePosTimeThread_ = std::thread([this] { this->AsyncGetPosTime(); }); in StartThread()
708 pthread_setname_np(updatePosTimeThread_.native_handle(), "OS_AudioEpUpdate"); in StartThread()