Home
last modified time | relevance | path

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

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