Home
last modified time | relevance | path

Searched refs:GetBandwidthString (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/wificond/
Dlogging_utils.h36 static std::string GetBandwidthString(ChannelBandwidth bandwidth);
Dlogging_utils.cpp42 string LoggingUtils::GetBandwidthString(ChannelBandwidth bandwidth) { in GetBandwidthString() function in android::wificond::LoggingUtils
Dap_interface_impl.cpp113 << " with bandwidth: " << LoggingUtils::GetBandwidthString(bandwidth); in OnChannelSwitchEvent()