Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java292 final int ndpId = 1; in testDataPathWithPortInfoOnPublisher() local
402 final int ndpId = 3; in testDestroyNdiDuringNdpSetupResponder() local
464 final int ndpId = 2; in testMultipleNdpsOnSingleNdi() local
582 final int ndpId = 5; in testMultipleIdenticalRequests() local
634 mDut.onInitiateDataPathResponseSuccess(transactionId.getValue(), ndpId); in testMultipleIdenticalRequests() local
726 final int ndpId = 5; in testMultipleNdiToSamePeer() local
810 final int ndpId = 5; in testMultipleNdiToDifferentPeer() local
897 final int ndpId = 5; in testMultipleNdpToDifferentPeerOnSingleNdi() local
1308 final int ndpId = 2; in testDataPathInitiatorResponderMismatchUtility() local
1369 final int ndpId = 2; in testDataPathInitiatorResponderInvalidUidUtility() local
[all …]
DTestUtils.java111 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
118 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
DWifiAwareNativeApiTest.java728 int ndpId = 44; in validateRespondToDataPathRequest() local
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java194 getNetworkRequestByNdpId(int ndpId) { in getNetworkRequestByNdpId()
302 int ndpId) { in onDataPathInitiateSuccess()
380 public boolean onDataPathRequest(int pubSubId, byte[] mac, int ndpId, in onDataPathRequest()
504 public void onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest()
572 public boolean onDataPathConfirm(int ndpId, byte[] mac, boolean accept, in onDataPathConfirm()
744 private boolean isAddressValidationExpired(AwareNetworkRequestInformation nnri, int ndpId) { in isAddressValidationExpired()
768 public void onDataPathEnd(int ndpId) { in onDataPathEnd()
849 public void handleDataPathTimeout(int ndpId) { in handleDataPathTimeout()
1259 public int ndpId = 0; // 0 is never a valid ID! field in WifiAwareDataPathStateManager.NdpInfo
1268 NdpInfo(int ndpId) { in NdpInfo()
DWifiAwareStateManager.java950 public void respondToDataPathRequest(boolean accept, int ndpId, String interfaceName, in respondToDataPathRequest()
967 public void endDataPath(int ndpId) { in endDataPath()
1120 public void onInitiateDataPathResponseSuccess(short transactionId, int ndpId) { in onInitiateDataPathResponseSuccess()
1288 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification()
1302 public void onDataPathConfirmNotification(int ndpId, byte[] mac, boolean accept, int reason, in onDataPathConfirmNotification()
1319 public void onDataPathEndNotification(int ndpId) { in onDataPathEndNotification()
1401 int ndpId = msg.arg1; in processMessage() local
1650 int ndpId = (int) msg.obj; in processNotification() local
1667 int ndpId = msg.arg2; in processNotification() local
1936 int ndpId = msg.arg2; in processCommand() local
[all …]
DWifiAwareNativeApi.java1119 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
1186 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()