Home
last modified time | relevance | path

Searched refs:mRrThrottleFps (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp117 mRrThrottleFps{0}, in ExynosPrimaryDisplay()
1361 if (fps == mRrThrottleFps[toUnderlying(requester)]) return NO_ERROR; in setMinIdleRefreshRate()
1364 mRrThrottleFps[toUnderlying(requester)] = fps; in setMinIdleRefreshRate()
1367 if (mRrThrottleFps[i] > maxMinIdleFps) { in setMinIdleRefreshRate()
1368 maxMinIdleFps = mRrThrottleFps[i]; in setMinIdleRefreshRate()
1508 result.appendFormat("\t[%u] vote to %d hz\n", i, mRrThrottleFps[i]); in dump()
DExynosPrimaryDisplay.h186 int mRrThrottleFps[toUnderlying(RrThrottleRequester::MAX)]; variable