HomeSort by relevance Sort by last modified time
    Searched refs:mRefreshSkipCount (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
DispSync.h 178 int mRefreshSkipCount;
DispSync.cpp 382 mRefreshSkipCount(0),
511 mRefreshSkipCount = count;
586 mPeriod += mPeriod * mRefreshSkipCount;
600 nsecs_t period = mPeriod / (1 + mRefreshSkipCount);
649 mPeriod, 1000000000.0 / mPeriod, mRefreshSkipCount);

Completed in 556 milliseconds