Searched refs:requestedState (Results 1 – 4 of 4) sorted by relevance
/system/chre/core/include/chre/core/ |
D | wifi_request_manager.h | 247 bool scanMonitorIsInRequestedState(bool requestedState, 257 bool scanMonitorStateTransitionIsRequired(bool requestedState,
|
D | gnss_manager.h | 222 bool requestedState, Milliseconds minInterval, bool nanoappHasRequest,
|
/system/chre/core/ |
D | wifi_request_manager.cc | 304 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()
|
D | gnss_manager.cc | 206 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()
|