Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp171 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local
172 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()