Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java169 getNetworkRequestByNdpId(int ndpId) { in getNetworkRequestByNdpId()
276 public void onDataPathInitiateSuccess(WifiAwareNetworkSpecifier networkSpecifier, int ndpId) { in onDataPathInitiateSuccess()
346 public WifiAwareNetworkSpecifier onDataPathRequest(int pubSubId, byte[] mac, int ndpId, in onDataPathRequest()
457 public void onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest()
525 public WifiAwareNetworkSpecifier onDataPathConfirm(int ndpId, byte[] mac, boolean accept, in onDataPathConfirm()
673 LinkProperties linkProperties, int ndpId, boolean isOutOfBand) { in handleAddressValidation()
697 private void declareUnfullfillableAndEndDp(AwareNetworkRequestInformation nnri, int ndpId) { in declareUnfullfillableAndEndDp()
709 public void onDataPathEnd(int ndpId) { in onDataPathEnd()
1171 public int ndpId = 0; // 0 is never a valid ID! field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
1479 Set<NetworkRequest> networkRequests, int ndpId, in configureAgentProperties()
DWifiAwareStateManager.java803 public void respondToDataPathRequest(boolean accept, int ndpId, String interfaceName, in respondToDataPathRequest()
820 public void endDataPath(int ndpId) { in endDataPath()
973 public void onInitiateDataPathResponseSuccess(short transactionId, int ndpId) { in onInitiateDataPathResponseSuccess()
1129 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification()
1143 public void onDataPathConfirmNotification(int ndpId, byte[] mac, boolean accept, int reason, in onDataPathConfirmNotification()
1160 public void onDataPathEndNotification(int ndpId) { in onDataPathEndNotification()
1748 int ndpId = msg.arg2; in processCommand() local
2507 int ndpId, String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequestLocal()
2526 private boolean endDataPathLocal(short transactionId, int ndpId) { in endDataPathLocal()
2911 private void onInitiateDataPathResponseSuccessLocal(Message command, int ndpId) { in onInitiateDataPathResponseSuccessLocal()
[all …]
DWifiAwareNativeApi.java978 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest()
1045 public boolean endDataPath(short transactionId, int ndpId) { in endDataPath()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java323 final int ndpId = 1; in testDataPathWithPortInfoOnPublisher() local
430 final int ndpId = 3; in testDestroyNdiDuringNdpSetupResponder() local
490 final int ndpId = 2; in testMultipleNdpsOnSingleNdi() local
607 final int ndpId = 5; in testMultipleIdenticalRequests() local
659 mDut.onInitiateDataPathResponseSuccess(transactionId.getValue(), ndpId); in testMultipleIdenticalRequests() local
750 final int ndpId = 5; in testMultipleNdi() local
1172 final int ndpId = 2; in testDataPathInitiatorResponderMismatchUtility() local
1231 final int ndpId = 2; in testDataPathInitiatorResponderInvalidUidUtility() local
1307 final int ndpId = 2; in testDataPathInitiatorUtilityMore() local
1369 mDut.onInitiateDataPathResponseSuccess(transactionId.getValue(), ndpId); in testDataPathInitiatorUtilityMore() 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.java711 int ndpId = 44; in validateRespondToDataPathRequest() local