Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/1.1/vts/functional/
H A 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()
/aosp12/hardware/interfaces/gnss/2.1/vts/functional/
H A 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()
/aosp12/hardware/interfaces/gnss/2.0/vts/functional/
H A 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()
/aosp12/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test_cases.cpp395 const auto& itSignal = mapSignals.find(source); in FindStrongFrequentNonGpsSource() local
396 if (itSignal == mapSignals.end()) { in FindStrongFrequentNonGpsSource()
403 itSignal->second.observations++; in FindStrongFrequentNonGpsSource()
404 if (itSignal->second.max_cn0_dbhz < gnss_sv.v2_0.v1_0.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
405 itSignal->second.max_cn0_dbhz = gnss_sv.v2_0.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()