Home
last modified time | relevance | path

Searched defs:ndpId (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java376 final int ndpId = 1; in testDataPathWithPortInfoInvalidPort() local
416 final int ndpId = 1; in testDataPathWithPortInfoButNoSecurityOnPublisher() local
457 final int ndpId = 3; in testDestroyNdiDuringNdpSetupResponder() local
521 final int ndpId = 2; in testMultipleNdpsOnSingleNdi() local
650 final int ndpId = 5; in testMultipleIdenticalRequests() local
705 mDut.onInitiateDataPathResponseSuccess(transactionId.getValue(), ndpId); in testMultipleIdenticalRequests() local
805 final int ndpId = 5; in testMultipleNdiToSamePeer() local
896 final int ndpId = 5; in testMultipleNdiToSamePeerWithSecurityUpgrade() local
988 final int ndpId = 5; in testMultipleNdiToDifferentPeer() local
1083 final int ndpId = 5; in testMultipleNdpToDifferentPeerOnSingleNdi() local
[all …]
DTestUtils.java115 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
123 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java200 getNetworkRequestByNdpId(int ndpId) { in getNetworkRequestByNdpId()
310 int ndpId) { in onDataPathInitiateSuccess()
388 public boolean onDataPathRequest(int pubSubId, byte[] mac, int ndpId, in onDataPathRequest()
512 public boolean onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest()
581 public boolean onDataPathConfirm(int ndpId, byte[] mac, boolean accept, in onDataPathConfirm()
765 private boolean isAddressValidationExpired(AwareNetworkRequestInformation nnri, int ndpId) { in isAddressValidationExpired()
790 public void onDataPathEnd(int ndpId) { in onDataPathEnd()
875 public void handleDataPathTimeout(int ndpId) { in handleDataPathTimeout()
1108 int ndpId = nnri.ndpInfos.keyAt(index); in releaseNetworkFor() local
1309 public int ndpId = 0; // 0 is never a valid ID! field in WifiAwareDataPathStateManager.NdpInfo
[all …]
DWifiAwareStateManager.java1562 public void respondToDataPathRequest(boolean accept, int ndpId, String interfaceName, in respondToDataPathRequest()
1579 public void endDataPath(int ndpId) { in endDataPath()
1764 public void onInitiateDataPathResponseSuccess(short transactionId, int ndpId) { in onInitiateDataPathResponseSuccess()
1835 public void onInitiateBootStrappingResponseSuccess(short transactionId, int ndpId) { in onInitiateBootStrappingResponseSuccess()
2073 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification()
2087 public void onDataPathConfirmNotification(int ndpId, byte[] mac, boolean accept, int reason, in onDataPathConfirmNotification()
2104 public void onDataPathEndNotification(int ndpId) { in onDataPathEndNotification()
2445 int ndpId = msg.arg1; in processMessageImpl() local
2749 int ndpId = (int) msg.obj; in processNotification() local
2757 int ndpId = msg.arg2; in processNotification() local
[all …]
DWifiAwareNativeApi.java647 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
675 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiNanIface.java211 boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
223 boolean endDataPath(short transactionId, int ndpId); in endDataPath()
DWifiNanIfaceHidlImpl.java223 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
235 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
947 boolean accept, int ndpId, String interfaceName, byte[] appInfo, boolean isOutOfBand, in respondToDataPathRequestInternal()
1035 private boolean endDataPathInternal(String methodStr, short transactionId, int ndpId) { in endDataPathInternal()
DWifiNanIfaceAidlImpl.java411 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
437 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
1086 createNanRespondToDataPathIndicationRequest(boolean accept, int ndpId, in createNanRespondToDataPathIndicationRequest()
DWifiNanIface.java467 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
480 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceAidlImplTest.java499 int ndpId = 35; in testEndDataPath() local
726 int ndpId = 44; in validateRespondToDataPathRequest() local
DWifiNanIfaceHidlImplTest.java676 int ndpId = 44; in validateRespondToDataPathRequest() local