Home
last modified time | relevance | path

Searched refs:mVsyncAppliedTimeLine (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp669 mVsyncAppliedTimeLine{false, 0, systemTime(SYSTEM_TIME_MONOTONIC)},
3675 mVsyncAppliedTimeLine = *outTimeline; in setActiveConfigWithConstraints()
3843 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
3847 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
3848 mVsyncAppliedTimeLine.refreshTimeNanos); in updateVsyncAppliedTimeLine()
3851 mVsyncAppliedTimeLine.refreshRequired = false; in updateVsyncAppliedTimeLine()
3853 mVsyncAppliedTimeLine.refreshRequired = true; in updateVsyncAppliedTimeLine()
3857 mVsyncAppliedTimeLine.refreshRequired, in updateVsyncAppliedTimeLine()
3858 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos); in updateVsyncAppliedTimeLine()
3862 &mVsyncAppliedTimeLine); in updateVsyncAppliedTimeLine()
H A DExynosDisplay.h551 hwc_vsync_period_change_timeline_t mVsyncAppliedTimeLine; variable