Home
last modified time | relevance | path

Searched refs:requestedState (Results 1 – 4 of 4) sorted by relevance

/system/chre/core/include/chre/core/
Dwifi_request_manager.h247 bool scanMonitorIsInRequestedState(bool requestedState,
257 bool scanMonitorStateTransitionIsRequired(bool requestedState,
Dgnss_manager.h222 bool requestedState, Milliseconds minInterval, bool nanoappHasRequest,
/system/chre/core/
Dwifi_request_manager.cc304 bool requestedState, bool nanoappHasRequest) const { in scanMonitorIsInRequestedState() argument
305 return (requestedState == scanMonitorIsEnabled() || (!requestedState in scanMonitorIsInRequestedState()
310 bool requestedState, bool nanoappHasRequest) const { in scanMonitorStateTransitionIsRequired() argument
311 return ((requestedState && mScanMonitorNanoapps.empty()) in scanMonitorStateTransitionIsRequired()
312 || (!requestedState && nanoappHasRequest in scanMonitorStateTransitionIsRequired()
Dgnss_manager.cc206 bool requestedState, Milliseconds minInterval, bool nanoappHasRequest, in stateTransitionIsRequired() argument
208 bool requestToEnable = (requestedState && !isEnabled()); in stateTransitionIsRequired()
209 bool requestToIncreaseRate = (requestedState && isEnabled() in stateTransitionIsRequired()
211 bool requestToDisable = (!requestedState && nanoappHasRequest in stateTransitionIsRequired()