Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java451 && requestInfo.state != AwareNetworkRequestInformation.STATE_TERMINATING) { in onDataPathRequest()
539 || nnri.state == AwareNetworkRequestInformation.STATE_TERMINATING) { in onRespondToDataPathRequest()
597 || nnri.state == AwareNetworkRequestInformation.STATE_TERMINATING) { in onDataPathConfirm()
759 nnri.state = AwareNetworkRequestInformation.STATE_TERMINATING; in declareUnfullfillable()
787 && nnri.state != AwareNetworkRequestInformation.STATE_TERMINATING) { in onDataPathEnd()
837 nnri.state = AwareNetworkRequestInformation.STATE_TERMINATING; in onAwareDownCleanupDataPaths()
872 nnri.state = AwareNetworkRequestInformation.STATE_TERMINATING; in handleDataPathTimeout()
933 if (nnri.state == AwareNetworkRequestInformation.STATE_TERMINATING) { in acceptRequest()
964 == AwareNetworkRequestInformation.STATE_TERMINATING) { in acceptRequest()
1075 nnri.state = AwareNetworkRequestInformation.STATE_TERMINATING; in releaseNetworkFor()
[all …]