Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp230 void AsyncGetPosTime();
671 updatePosTimeThread_ = std::thread([this] { this->AsyncGetPosTime(); }); in ConfigInputPoint()
711 updatePosTimeThread_ = std::thread([this] { this->AsyncGetPosTime(); }); in StartThread()
1836 void AudioEndpointInner::AsyncGetPosTime() in AsyncGetPosTime() function in OHOS::AudioStandard::AudioEndpointInner
1838 AUDIO_INFO_LOG("AsyncGetPosTime thread start."); in AsyncGetPosTime()
1857 AUDIO_WARNING_LOG("AsyncGetPosTime call GetDeviceHandleInfo failed."); in AsyncGetPosTime()

Completed in 5 milliseconds