Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIface.java53 public static class NanClusterEventType { class in WifiNanIface
63 case android.hardware.wifi.V1_0.NanClusterEventType.DISCOVERY_MAC_ADDRESS_CHANGED: in fromHidl()
65 case android.hardware.wifi.V1_0.NanClusterEventType.STARTED_CLUSTER: in fromHidl()
67 case android.hardware.wifi.V1_0.NanClusterEventType.JOINED_CLUSTER: in fromHidl()
80 case android.hardware.wifi.NanClusterEventType.DISCOVERY_MAC_ADDRESS_CHANGED: in fromAidl()
82 case android.hardware.wifi.NanClusterEventType.STARTED_CLUSTER: in fromAidl()
84 case android.hardware.wifi.NanClusterEventType.JOINED_CLUSTER: in fromAidl()
DWifiNanIfaceCallbackHidlImpl.java39 import com.android.server.wifi.hal.WifiNanIface.NanClusterEventType;
294 NanClusterEventType.fromHidl(event.eventType), event.addr); in eventClusterEvent()
DWifiNanIfaceCallbackAidlImpl.java65 import com.android.server.wifi.hal.WifiNanIface.NanClusterEventType;
381 NanClusterEventType.fromAidl(event.eventType), event.addr); in eventClusterEvent()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java31 import com.android.server.wifi.hal.WifiNanIface.NanClusterEventType;
313 if (eventType == NanClusterEventType.DISCOVERY_MAC_ADDRESS_CHANGED) { in eventClusterEvent()
315 } else if (eventType == NanClusterEventType.STARTED_CLUSTER) { in eventClusterEvent()
318 } else if (eventType == NanClusterEventType.JOINED_CLUSTER) { in eventClusterEvent()