Searched refs:ndpInstanceIds (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 396 ArrayList<Integer> ndpInstanceIds, List<WifiAwareChannelInfo> channelInfo) { in eventDataPathScheduleUpdate() argument 398 for (int ndpInstanceId : ndpInstanceIds) { in eventDataPathScheduleUpdate() 402 ndpInstanceIds, channelInfo); in eventDataPathScheduleUpdate()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiNanIfaceCallbackAidlImpl.java | 589 + ", ndpIds=" + Arrays.toString(event.ndpInstanceIds) in eventDataPathScheduleUpdate() 593 ArrayList<Integer> ndpInstanceIds = new ArrayList<>(); in eventDataPathScheduleUpdate() local 594 for (int i : event.ndpInstanceIds) { in eventDataPathScheduleUpdate() 595 ndpInstanceIds.add(i); in eventDataPathScheduleUpdate() 598 event.peerDiscoveryAddress, ndpInstanceIds, wifiAwareChannelInfos); in eventDataPathScheduleUpdate()
|
D | WifiNanIfaceCallbackHidlImpl.java | 482 + ", ndpIds=" + event.ndpInstanceIds + ", channelInfo=" + event.channelInfo); in eventDataPathScheduleUpdate() 487 event.peerDiscoveryAddress, event.ndpInstanceIds, wifiAwareChannelInfos); in eventDataPathScheduleUpdate() 497 + ", ndpIds=" + event.ndpInstanceIds + ", channelInfo=" + event.channelInfo); in eventDataPathScheduleUpdate_1_6() 502 event.peerDiscoveryAddress, event.ndpInstanceIds, wifiAwareChannelInfos); in eventDataPathScheduleUpdate_1_6()
|
D | WifiNanIface.java | 821 ArrayList<Integer> ndpInstanceIds, List<WifiAwareChannelInfo> channelInfo); in eventDataPathScheduleUpdate() argument
|