Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/1.1/vts/functional/
H A Dgnss_hal_test_cases.cpp192 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local
193 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
194 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()
195 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
196 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()
197 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
198 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
/aosp12/hardware/interfaces/gnss/2.1/vts/functional/
H A Dgnss_hal_test_cases.cpp354 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local
355 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
356 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()
357 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
358 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()
359 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
360 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
/aosp12/hardware/interfaces/gnss/2.0/vts/functional/
H A Dgnss_hal_test_cases.cpp568 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local
569 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
570 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()
571 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
572 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()
573 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
574 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
/aosp12/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test_cases.cpp417 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local
418 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
419 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()
420 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
421 source_to_blocklist = pairSignal.first; in FindStrongFrequentNonGpsSource()
422 blocklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()
423 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()