Home
last modified time | relevance | path

Searched refs:actualChangeTime (Results 1 – 6 of 6) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.h79 …etVsyncAppliedTime(hwc2_config_t __unused config, int64_t* __unused actualChangeTime) {return NO_E… in getVsyncAppliedTime() argument
DExynosDisplayDrmInterface.h351 int64_t* actualChangeTime);
DExynosDisplayDrmInterface.cpp1272 hwc2_config_t config, int64_t* actualChangeTime) in getVsyncAppliedTime() argument
1276 *actualChangeTime = currentTime + in getVsyncAppliedTime()
1295 *actualChangeTime = static_cast<int64_t>(timestamp); in getVsyncAppliedTime()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp4347 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()
[all …]
DExynosDisplay.h1223 int32_t updateVsyncAppliedTimeLine(int64_t actualChangeTime);
1229 const uint64_t actualChangeTime,
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp1526 int64_t actualChangeTime = 0; in calculateTimelineLocked() local
1530 mDisplayInterface->getVsyncAppliedTime(config, &actualChangeTime); in calculateTimelineLocked()
1554 getConfigAppliedTime(mVsyncPeriodChangeConstraints.desiredTimeNanos, actualChangeTime, in calculateTimelineLocked()