Searched refs:OnChannelSwitchEvent (Results 1 – 4 of 4) sorted by relevance
60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()134 void ApInterfaceImpl::OnChannelSwitchEvent(uint32_t frequency, in OnChannelSwitchEvent() function in android::wificond::ApInterfaceImpl
74 void OnChannelSwitchEvent(uint32_t frequency, ChannelBandwidth bandwidth);
286 void OnChannelSwitchEvent(std::unique_ptr<const NL80211Packet> packet);
552 OnChannelSwitchEvent(std::move(packet)); in BroadcastHandler()709 void NetlinkManager::OnChannelSwitchEvent(unique_ptr<const NL80211Packet> packet) { in OnChannelSwitchEvent() function in android::wificond::NetlinkManager