Searched refs:ndpInstanceId (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 375 int ndpInstanceId) { in notifyInitiateDataPathResponse() argument 378 + statusString(status) + ", ndpInstanceId=" + ndpInstanceId); in notifyInitiateDataPathResponse() 382 mWifiAwareStateManager.onInitiateDataPathResponseSuccess(id, ndpInstanceId); in notifyInitiateDataPathResponse() 529 + event.ndpInstanceId + ", appInfo.size()=" + event.appInfo.size()); in eventDataPathRequest() 534 event.peerDiscMacAddr, event.ndpInstanceId, in eventDataPathRequest() 541 Log.v(TAG, "onDataPathConfirm: ndpInstanceId=" + event.ndpInstanceId in eventDataPathConfirm() 551 mWifiAwareStateManager.onDataPathConfirmNotification(event.ndpInstanceId, in eventDataPathConfirm() 559 Log.v(TAG, "eventDataPathConfirm_1_2: ndpInstanceId=" + event.V1_0.ndpInstanceId in eventDataPathConfirm_1_2() 571 mChannelInfoPerNdp.put(event.V1_0.ndpInstanceId, event.channelInfo); in eventDataPathConfirm_1_2() 573 mWifiAwareStateManager.onDataPathConfirmNotification(event.V1_0.ndpInstanceId, in eventDataPathConfirm_1_2() [all …]
|
D | WifiAwareNativeApi.java | 1142 req.ndpInstanceId = ndpId; in respondToDataPathRequest()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareNativeApiTest.java | 749 collector.checkThat("ndpInstanceId", ndpId, equalTo(nrtdpir.ndpInstanceId)); in validateRespondToDataPathRequest()
|