Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1360 int64_t tempWakeupTime = readTimeModel_.GetTimeOfPos(curWritePos) + WRITE_TO_HDI_AHEAD_TIME; in WaitAllProcessReady() local
1361 if (tempWakeupTime - ClockTime::GetCurNano() < ONE_MILLISECOND_DURATION) { in WaitAllProcessReady()
1364 ClockTime::AbsoluteSleep(tempWakeupTime); // sleep to hdi read time ahead 1ms. in WaitAllProcessReady()

Completed in 4 milliseconds