Searched refs:updatePosTimeThread_ (Results 1 – 1 of 1) sorted by relevance
318 std::thread updatePosTimeThread_; member in OHOS::AudioStandard::AudioEndpointInner554 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()