Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp336 const nsecs_t pendingPeriod = gChoreographers.mLastKnownVsync.load(); in handleRefreshRateUpdates() local
338 if (pendingPeriod > 0) { in handleRefreshRateUpdates()
339 mLatestVsyncPeriod = pendingPeriod; in handleRefreshRateUpdates()
350 if (!cb.firstCallbackFired || (pendingPeriod > 0 && pendingPeriod != lastPeriod)) { in handleRefreshRateUpdates()
351 cb.callback(pendingPeriod, cb.data); in handleRefreshRateUpdates()