Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1002 mVsyncAppliedTimeLine{false, 0, systemTime(SYSTEM_TIME_MONOTONIC)},
4114 mVsyncAppliedTimeLine = *outTimeline; in setActiveConfigWithConstraints()
4287 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
4291 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
4292 mVsyncAppliedTimeLine.refreshTimeNanos); in updateVsyncAppliedTimeLine()
4295 mVsyncAppliedTimeLine.refreshRequired = false; in updateVsyncAppliedTimeLine()
4297 mVsyncAppliedTimeLine.refreshRequired = true; in updateVsyncAppliedTimeLine()
4301 mVsyncAppliedTimeLine.refreshRequired, in updateVsyncAppliedTimeLine()
4302 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos); in updateVsyncAppliedTimeLine()
4304 dev->onVsyncPeriodTimingChanged(getId(), &mVsyncAppliedTimeLine); in updateVsyncAppliedTimeLine()
DExynosDisplay.h531 hwc_vsync_period_change_timeline_t mVsyncAppliedTimeLine; variable