Searched refs:NanClusterEventType (Results 1 – 4 of 4) sorted by relevance
53 public static class NanClusterEventType { class in WifiNanIface63 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()
39 import com.android.server.wifi.hal.WifiNanIface.NanClusterEventType;294 NanClusterEventType.fromHidl(event.eventType), event.addr); in eventClusterEvent()
65 import com.android.server.wifi.hal.WifiNanIface.NanClusterEventType;381 NanClusterEventType.fromAidl(event.eventType), event.addr); in eventClusterEvent()
31 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()