Searched refs:pendingPeriod (Results 1 – 1 of 1) sorted by relevance
336 const nsecs_t pendingPeriod = gChoreographers.mLastKnownVsync.load(); in handleRefreshRateUpdates() local338 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()