Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp168 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
169 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
176 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
177 if (itSignal->second.max_cn0_dbhz < gnss_sv.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
178 itSignal->second.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp522 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
523 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
530 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
531 if (itSignal->second.max_cn0_dbhz < sv_info.v1_0.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
532 itSignal->second.max_cn0_dbhz = sv_info.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()