Searched refs:mCurrentInterval (Results 1 – 2 of 2) sorted by relevance
344 if (controlPlatform(desiredPlatformState, mCurrentInterval, in updatePlatformRequest()347 addSessionRequestLog(CHRE_INSTANCE_ID, mCurrentInterval, in updatePlatformRequest()373 mCurrentInterval.getMilliseconds()); in logStateToBuffer()494 (requestedState && isEnabled() && minInterval < mCurrentInterval); in stateTransitionIsRequired()518 (minInterval > mCurrentInterval && in stateTransitionIsRequired()519 currentRequest.minInterval == mCurrentInterval && requestCount == 0); in stateTransitionIsRequired()624 mCurrentInterval = stateTransition.minInterval; in handleStatusChangeSync()
213 Milliseconds mCurrentInterval = Milliseconds(UINT64_MAX); variable