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.cpp1048 mVsyncAppliedTimeLine{false, 0, systemTime(SYSTEM_TIME_MONOTONIC)},
4459 mVsyncAppliedTimeLine = *outTimeline; in setActiveConfigWithConstraints()
4692 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
4696 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
4697 mVsyncAppliedTimeLine.refreshTimeNanos); in updateVsyncAppliedTimeLine()
4700 mVsyncAppliedTimeLine.refreshRequired = false; in updateVsyncAppliedTimeLine()
4702 mVsyncAppliedTimeLine.refreshRequired = true; in updateVsyncAppliedTimeLine()
4706 mVsyncAppliedTimeLine.refreshRequired, in updateVsyncAppliedTimeLine()
4707 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos); in updateVsyncAppliedTimeLine()
4709 dev->onVsyncPeriodTimingChanged(getId(), &mVsyncAppliedTimeLine); in updateVsyncAppliedTimeLine()
DExynosDisplay.h623 hwc_vsync_period_change_timeline_t mVsyncAppliedTimeLine; variable