Searched refs:mRefreshSkipCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDispSync.h171 int mRefreshSkipCount; member in class:android::DispSync
H A DDispSync.cpp291 mRefreshSkipCount(0),
395 mRefreshSkipCount = count;
454 mPeriod += mPeriod * mRefreshSkipCount;
467 nsecs_t period = mPeriod / (1 + mRefreshSkipCount);
515 mPeriod, 1000000000.0 / mPeriod, mRefreshSkipCount);

Completed in 50 milliseconds