Searched refs:endDataPath (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 313 mMgr.endDataPath(ndpId); in onDataPathInitiateSuccess() 321 mMgr.endDataPath(ndpId); in onDataPathInitiateSuccess() 527 mMgr.endDataPath(ndpId); in onRespondToDataPathRequest() 542 mMgr.endDataPath(ndpId); in onRespondToDataPathRequest() 586 mMgr.endDataPath(ndpId); in onDataPathConfirm() 605 mMgr.endDataPath(ndpId); in onDataPathConfirm() 625 mMgr.endDataPath(ndpId); in onDataPathConfirm() 748 mMgr.endDataPath(ndpId); in isAddressValidationExpired() 867 mMgr.endDataPath(ndpId); in handleDataPathTimeout() 1073 mMgr.endDataPath(nnri.ndpInfos.keyAt(index)); in releaseNetworkFor() [all …]
|
D | WifiAwareNativeApi.java | 1186 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in WifiAwareNativeApi
|
D | WifiAwareStateManager.java | 967 public void endDataPath(int ndpId) { in endDataPath() method in WifiAwareStateManager 2761 return mWifiAwareNativeApi.endDataPath(transactionId, ndpId); in endDataPathLocal()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 558 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId + i)); in testMultipleNdpsOnSingleNdi() 706 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testMultipleIdenticalRequests() 1623 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1647 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1666 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1758 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathResponderUtility() 1778 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathResponderUtility() 2252 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathAcceptsAnyResponderWithMultipleInitiator() 2282 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(successNdpId)); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
|
D | TestUtils.java | 118 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in TestUtils.MonitoredWifiAwareNativeApi
|