Home
last modified time | relevance | path

Searched refs:ChannelHistogram (Results 1 – 8 of 8) sorted by relevance

/system/chre/apps/wifi_offload/
Dchannel_histogram.cc33 ChannelHistogram::kNumChannels,
64 for (size_t i = 0; i < ChannelHistogram::kNumChannels; i++) { in GetChannelIndex()
71 return ChannelHistogram::kNumChannels; in GetChannelIndex()
76 ChannelHistogram::ChannelHistogram() { in ChannelHistogram() function in wifi_offload::ChannelHistogram
81 bool ChannelHistogram::IsSupportedFrequency(uint32_t frequency) { in IsSupportedFrequency()
85 uint8_t ChannelHistogram::GetChannelScanCount(uint8_t channel_number) const { in GetChannelScanCount()
109 bool ChannelHistogram::IncrementScanCountForFrequency(uint32_t frequency) { in IncrementScanCountForFrequency()
119 bool ChannelHistogram::IncrementScanCountForFrequencyForTest( in IncrementScanCountForFrequencyForTest()
125 bool ChannelHistogram::IncrementScanCountForChannelForTest( in IncrementScanCountForChannelForTest()
136 bool ChannelHistogram::operator==(const ChannelHistogram &other) const { in operator ==()
[all …]
Dscan_params.cc59 if (!ChannelHistogram::IsSupportedFrequency(freq)) { in Deserialize()
Dscan_result.cc113 if (!ChannelHistogram::IsSupportedFrequency(frequency_scanned_mhz_)) { in Deserialize()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dchannel_histogram.h30 class ChannelHistogram {
34 ChannelHistogram();
36 ~ChannelHistogram() = default;
52 bool operator==(const ChannelHistogram &other) const;
Dscan_stats.h57 ChannelHistogram channel_histogram_;
/system/chre/apps/wifi_offload/test/
Dchannelhistogram_test.cc36 wifi_offload::ChannelHistogram channel_histo_;
57 wifi_offload::ChannelHistogram histo; in TEST_F()
Dutility.cc93 void init(wifi_offload::ChannelHistogram &histo, RandomGenerator &rand_gen) { in init()
/system/chre/apps/wifi_offload/test/include/
Dutility.h67 void init(wifi_offload::ChannelHistogram &histo, RandomGenerator &rand_gen);