Searched refs:GetTimeOfPos (Results 1 – 6 of 6) sorted by relevance
37 int64_t GetTimeOfPos(uint64_t posInFrame);
112 int64_t LinearPosTimeModel::GetTimeOfPos(uint64_t posInFrame) in GetTimeOfPos() function in OHOS::AudioStandard::LinearPosTimeModel
87 int64_t retPos = linearPosTimeModel->GetTimeOfPos(posInFrame);119 int64_t retPos = linearPosTimeModel->GetTimeOfPos(posInFrame);129 retPos = linearPosTimeModel->GetTimeOfPos(posInFrame);
498 int64_t time = handleTimeModel_.GetTimeOfPos(framePos); in GetAudioTime()
1364 int64_t tempWakeupTime = readTimeModel_.GetTimeOfPos(curWritePos) + WRITE_TO_HDI_AHEAD_TIME; in WaitAllProcessReady()1673 int64_t nextHdiReadTime = readTimeModel_.GetTimeOfPos(posInFrame); in GetPredictNextReadTime()1692 int64_t nextHdiWriteTime = writeTimeModel_.GetTimeOfPos(posInFrame); in GetPredictNextWriteTime()
379 int64_t time = handleTimeModel_.GetTimeOfPos(pos); in GetAudioTime()1207 int64_t nextHandleTime = handleTimeModel_.GetTimeOfPos(posInFrame); in GetPredictNextHandleTime()