Home
last modified time | relevance | path

Searched refs:ndpInstanceIds (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java396 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/
DWifiNanIfaceCallbackAidlImpl.java589 + ", 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()
DWifiNanIfaceCallbackHidlImpl.java482 + ", 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()
DWifiNanIface.java821 ArrayList<Integer> ndpInstanceIds, List<WifiAwareChannelInfo> channelInfo); in eventDataPathScheduleUpdate() argument