Searched refs:pairSignal (Results 1 – 1 of 1) sorted by relevance
171 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local172 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()173 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()174 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()175 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()176 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()177 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()