Searched refs:mCurrentInterval (Results 1 – 2 of 2) sorted by relevance
118 mName, mCurrentInterval.getMilliseconds()); in logStateToBuffer()210 && minInterval < mCurrentInterval); in stateTransitionIsRequired()233 requestToDecreaseRate = (minInterval > mCurrentInterval in stateTransitionIsRequired()234 && currentRequest.minInterval == mCurrentInterval && requestCount == 0); in stateTransitionIsRequired()327 mCurrentInterval = stateTransition.minInterval; in handleStatusChangeSync()
149 Milliseconds mCurrentInterval = Milliseconds(UINT64_MAX); variable