/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 321 mMgr.endDataPath(ndpId); in onDataPathInitiateSuccess() 329 mMgr.endDataPath(ndpId); in onDataPathInitiateSuccess() 535 mMgr.endDataPath(ndpId); in onRespondToDataPathRequest() 550 mMgr.endDataPath(ndpId); in onRespondToDataPathRequest() 596 mMgr.endDataPath(ndpId); in onDataPathConfirm() 615 mMgr.endDataPath(ndpId); in onDataPathConfirm() 635 mMgr.endDataPath(ndpId); in onDataPathConfirm() 769 mMgr.endDataPath(ndpId); in isAddressValidationExpired() 894 mMgr.endDataPath(ndpId); in handleDataPathTimeout() 1110 mMgr.endDataPath(ndpId); in releaseNetworkFor() [all …]
|
D | WifiAwareNativeApi.java | 675 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in WifiAwareNativeApi 686 return iface.endDataPath(transactionId, ndpId); in endDataPath()
|
D | WifiAwareStateManager.java | 1570 public void endDataPath(int ndpId) { in endDataPath() method in WifiAwareStateManager 4396 return mWifiAwareNativeApi.endDataPath(transactionId, ndpId); in endDataPathLocal()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | IWifiNanIface.java | 223 boolean endDataPath(short transactionId, int ndpId); in endDataPath() method
|
D | WifiNanIface.java | 481 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in WifiNanIface 483 () -> mWifiNanIface.endDataPath(transactionId, ndpId)); in endDataPath()
|
D | WifiNanIfaceHidlImpl.java | 235 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in WifiNanIfaceHidlImpl
|
D | WifiNanIfaceAidlImpl.java | 440 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in WifiNanIfaceAidlImpl
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | TestUtils.java | 123 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath() method in TestUtils.MonitoredWifiAwareNativeApi
|
D | WifiAwareDataPathStateManagerTest.java | 637 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId + i)); in testMultipleNdpsOnSingleNdi() 796 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testMultipleIdenticalRequests() 1841 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1869 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1889 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathInitiatorUtilityMore() 1996 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathResponderUtility() 2016 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathResponderUtility() 2500 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId)); in testDataPathAcceptsAnyResponderWithMultipleInitiator() 2531 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(successNdpId)); in testDataPathAcceptsAnyResponderWithMultipleInitiator() 2746 inOrder.verify(mMockNative).endDataPath(anyShort(), eq(ndpId)); in testResponseFailure()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/ |
D | WifiNanIfaceAidlImplTest.java | 507 assertTrue(mDut.endDataPath(tid, ndpId)); in testEndDataPath()
|