Lines Matching refs:actualChangeTime
4347 const uint64_t actualChangeTime, in getConfigAppliedTime() argument
4351 appliedTime = actualChangeTime; in getConfigAppliedTime()
4373 int64_t actualChangeTime = 0; in calculateTimelineLocked() local
4375 mDisplayInterface->getVsyncAppliedTime(config, &actualChangeTime); in calculateTimelineLocked()
4378 getConfigAppliedTime(mVsyncPeriodChangeConstraints.desiredTimeNanos, actualChangeTime, in calculateTimelineLocked()
4682 int64_t actualChangeTime = 0; in updateConfigRequestAppliedTime() local
4683 mDisplayInterface->getVsyncAppliedTime(mDesiredConfig, &actualChangeTime); in updateConfigRequestAppliedTime()
4684 return updateVsyncAppliedTimeLine(actualChangeTime); in updateConfigRequestAppliedTime()
4687 int32_t ExynosDisplay::updateVsyncAppliedTimeLine(int64_t actualChangeTime) in updateVsyncAppliedTimeLine() argument
4693 actualChangeTime); in updateVsyncAppliedTimeLine()
4695 actualChangeTime, in updateVsyncAppliedTimeLine()
4737 int64_t actualChangeTime = 0; in doDisplayConfigPostProcess() local
4738 mDisplayInterface->getVsyncAppliedTime(mDesiredConfig, &actualChangeTime); in doDisplayConfigPostProcess()
4744 current, actualChangeTime, in doDisplayConfigPostProcess()
4746 if (actualChangeTime >= mVsyncPeriodChangeConstraints.desiredTimeNanos) { in doDisplayConfigPostProcess()
4768 return updateVsyncAppliedTimeLine(actualChangeTime); in doDisplayConfigPostProcess()