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 35 mDisplayPeriod(0) {
70 mDisplayPeriod = displayPeriod;
119 outStats->refreshPeriodNano = mDisplayPeriod;
185 if (mDisplayPeriod > 0 && isFrameValidLocked(newFrameIdx)) {
196 int numPeriods = int((duration + mDisplayPeriod/2) /
197 mDisplayPeriod);
FrameTracker.h 155 // mDisplayPeriod is the display refresh period of the display for which
157 nsecs_t mDisplayPeriod;

Completed in 192 milliseconds