Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/
Dchannel_histogram.cc95 uint32_t max_count = 0; in GetChannelScanCount() local
98 if (max_count < count) { in GetChannelScanCount()
99 max_count = count; in GetChannelScanCount()
105 scaled_value = scaled_value * 254 / max_count + 1; in GetChannelScanCount()