Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1048 mVsyncAppliedTimeLine{false, 0, systemTime(SYSTEM_TIME_MONOTONIC)},
4456 mVsyncAppliedTimeLine = *outTimeline; in setActiveConfigWithConstraints()
4691 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
4695 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos, in updateVsyncAppliedTimeLine()
4696 mVsyncAppliedTimeLine.refreshTimeNanos); in updateVsyncAppliedTimeLine()
4699 mVsyncAppliedTimeLine.refreshRequired = false; in updateVsyncAppliedTimeLine()
4701 mVsyncAppliedTimeLine.refreshRequired = true; in updateVsyncAppliedTimeLine()
4705 mVsyncAppliedTimeLine.refreshRequired, in updateVsyncAppliedTimeLine()
4706 mVsyncAppliedTimeLine.newVsyncAppliedTimeNanos); in updateVsyncAppliedTimeLine()
4708 dev->onVsyncPeriodTimingChanged(getId(), &mVsyncAppliedTimeLine); in updateVsyncAppliedTimeLine()
DExynosDisplay.h644 hwc_vsync_period_change_timeline_t mVsyncAppliedTimeLine; variable