Searched refs:endDataPath (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 287 mMgr.endDataPath(ndpId); in onDataPathInitiateSuccess() 486 mMgr.endDataPath(ndpId); in onRespondToDataPathRequest() 498 mMgr.endDataPath(ndpId); in onRespondToDataPathRequest() 539 mMgr.endDataPath(ndpId); in onDataPathConfirm() 553 mMgr.endDataPath(ndpId); in onDataPathConfirm() 699 mMgr.endDataPath(ndpId); in declareUnfullfillableAndEndDp() 796 mMgr.endDataPath(nnri.ndpId); in handleDataPathTimeout() 998 mMgr.endDataPath(nnri.ndpId); in releaseNetworkFor() 1044 mMgr.endDataPath(mAwareNetworkRequestInfo.ndpId); in unwanted() 1496 mMgr.endDataPath(ndpId); in configureAgentProperties() [all …]
|
D | WifiAwareNativeApi.java | 1045 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in WifiAwareNativeApi
|
D | WifiAwareStateManager.java | 820 public void endDataPath(int ndpId) { in endDataPath() method in WifiAwareStateManager 2532 return mWifiAwareNativeApi.endDataPath(transactionId, ndpId); in endDataPathLocal()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | TestUtils.java | 118 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in TestUtils.MonitoredWifiAwareNativeApi
|
D | WifiAwareDataPathStateManagerTest.java | 582 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId + i)); in testMultipleNdpsOnSingleNdi() 729 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testMultipleIdenticalRequests() 1407 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1425 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1447 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1541 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathResponderUtility() 1564 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathResponderUtility()
|