Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp170 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
171 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
178 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
179 if (itSignal->second.max_cn0_dbhz < gnss_sv.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
180 itSignal->second.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test.cpp306 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
307 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
314 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
315 if (itSignal->second.max_cn0_dbhz < gnss_sv.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
316 itSignal->second.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/2.1/vts/functional/
Dgnss_hal_test_cases.cpp332 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
333 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
340 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
341 if (itSignal->second.max_cn0_dbhz < gnss_sv.v2_0.v1_0.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
342 itSignal->second.max_cn0_dbhz = gnss_sv.v2_0.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp546 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
547 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
554 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
555 if (itSignal->second.max_cn0_dbhz < sv_info.v1_0.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
556 itSignal->second.max_cn0_dbhz = sv_info.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()