Searched refs:mRrThrottleNanos (Results 1 – 2 of 2) sorted by relevance
118 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()
190 int64_t mRrThrottleNanos[toUnderlying(RrThrottleRequester::MAX)]; variable