Home
last modified time | relevance | path

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

/system/chre/core/
Dgnss_manager.cc187 StateTransition stateTransition; in addRequestToQueue() local
188 stateTransition.nanoappInstanceId = instanceId; in addRequestToQueue()
189 stateTransition.enable = enable; in addRequestToQueue()
190 stateTransition.minInterval = minInterval; in addRequestToQueue()
191 stateTransition.cookie = cookie; in addRequestToQueue()
193 bool success = mStateTransitions.push(stateTransition); in addRequestToQueue()
325 const auto& stateTransition = mStateTransitions.front(); in handleStatusChangeSync() local
328 mCurrentInterval = stateTransition.minInterval; in handleStatusChangeSync()
331 success &= (stateTransition.enable == enabled); in handleStatusChangeSync()
332 postAsyncResultEventFatal(stateTransition.nanoappInstanceId, success, in handleStatusChangeSync()
[all …]
Dwifi_request_manager.cc458 const auto& stateTransition = mPendingScanMonitorRequests.front(); in handleScanMonitorStateChangeSync() local
459 success &= (stateTransition.enable == enabled); in handleScanMonitorStateChangeSync()
460 postScanMonitorAsyncResultEventFatal(stateTransition.nanoappInstanceId, in handleScanMonitorStateChangeSync()
461 success, stateTransition.enable, in handleScanMonitorStateChangeSync()
462 errorCode, stateTransition.cookie); in handleScanMonitorStateChangeSync()
467 const auto& stateTransition = mPendingScanMonitorRequests.front(); in handleScanMonitorStateChangeSync() local
469 stateTransition.nanoappInstanceId); in handleScanMonitorStateChangeSync()
471 stateTransition.enable, hasScanMonitorRequest)) { in handleScanMonitorStateChangeSync()
474 postScanMonitorAsyncResultEventFatal(stateTransition.nanoappInstanceId, in handleScanMonitorStateChangeSync()
476 stateTransition.enable, in handleScanMonitorStateChangeSync()
[all …]