Home
last modified time | relevance | path

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

/system/chre/core/
Dgnss_manager.cc308 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()
/system/chre/core/include/chre/core/
Dgnss_manager.h203 Milliseconds mCurrentInterval = Milliseconds(UINT64_MAX); variable