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

  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 37 mDisplayPeriod(0) {
70 mDisplayPeriod = displayPeriod;
123 outStats->refreshPeriodNano = mDisplayPeriod;
188 if (mDisplayPeriod > 0 && isFrameValidLocked(newFrameIdx)) {
199 int numPeriods = int((duration + mDisplayPeriod/2) /
200 mDisplayPeriod);
FrameTracker.h 154 // mDisplayPeriod is the display refresh period of the display for which
156 nsecs_t mDisplayPeriod;

Completed in 1059 milliseconds