Searched refs:actualChangeTime (Results 1 – 6 of 6) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayInterface.h | 79 …etVsyncAppliedTime(hwc2_config_t __unused config, int64_t* __unused actualChangeTime) {return NO_E… in getVsyncAppliedTime() argument
|
D | ExynosDisplayDrmInterface.h | 351 int64_t* actualChangeTime);
|
D | ExynosDisplayDrmInterface.cpp | 1272 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/ |
D | ExynosDisplay.cpp | 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() [all …]
|
D | ExynosDisplay.h | 1223 int32_t updateVsyncAppliedTimeLine(int64_t actualChangeTime); 1229 const uint64_t actualChangeTime,
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.cpp | 1526 int64_t actualChangeTime = 0; in calculateTimelineLocked() local 1530 mDisplayInterface->getVsyncAppliedTime(config, &actualChangeTime); in calculateTimelineLocked() 1554 getConfigAppliedTime(mVsyncPeriodChangeConstraints.desiredTimeNanos, actualChangeTime, in calculateTimelineLocked()
|