Searched refs:mCurrentInterval (Results 1 – 2 of 2) sorted by relevance
308 if (controlPlatform(desiredPlatformState, mCurrentInterval, in updatePlatformRequest()311 addSessionRequestLog(CHRE_INSTANCE_ID, mCurrentInterval, in updatePlatformRequest()337 mCurrentInterval.getMilliseconds()); in logStateToBuffer()452 (requestedState && isEnabled() && minInterval < mCurrentInterval); in stateTransitionIsRequired()476 (minInterval > mCurrentInterval && in stateTransitionIsRequired()477 currentRequest.minInterval == mCurrentInterval && requestCount == 0); in stateTransitionIsRequired()582 mCurrentInterval = stateTransition.minInterval; in handleStatusChangeSync()
203 Milliseconds mCurrentInterval = Milliseconds(UINT64_MAX); variable