Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp118 mRrThrottleNanos{0},
1437 if (delayNanos == mRrThrottleNanos[toUnderlying(requester)]) return NO_ERROR; in setRefreshRateThrottleNanos()
1441 mRrThrottleNanos[toUnderlying(requester)] = delayNanos; in setRefreshRateThrottleNanos()
1444 if (mRrThrottleNanos[i] > maxDelayNanos) { in setRefreshRateThrottleNanos()
1446 maxDelayNanos = mRrThrottleNanos[i]; in setRefreshRateThrottleNanos()
1513 result.appendFormat("\t[%u] vote to %" PRId64 " ns\n", i, mRrThrottleNanos[i]); in dump()
DExynosPrimaryDisplay.h190 int64_t mRrThrottleNanos[toUnderlying(RrThrottleRequester::MAX)]; variable