Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DChoreographer.h141 nsecs_t mLatestVsyncPeriod = -1; variable
/frameworks/native/libs/gui/
DChoreographer.cpp269 const nsecs_t lastPeriod = mLatestVsyncPeriod; in handleRefreshRateUpdates()
271 mLatestVsyncPeriod = pendingPeriod; in handleRefreshRateUpdates()