Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dchannel_histogram.h38 static bool IsSupportedFrequency(uint32_t frequency);
/system/chre/apps/wifi_offload/
Dscan_params.cc59 if (!ChannelHistogram::IsSupportedFrequency(freq)) { in Deserialize()
Dchannel_histogram.cc81 bool ChannelHistogram::IsSupportedFrequency(uint32_t frequency) { in IsSupportedFrequency() function in wifi_offload::ChannelHistogram
Dscan_result.cc113 if (!ChannelHistogram::IsSupportedFrequency(frequency_scanned_mhz_)) { in Deserialize()