Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp156 float max_cn0_dbhz; in FindStrongFrequentNonGpsSource() member
174 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; 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()
195 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
198 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/2.1/vts/functional/
Dgnss_hal_test_cases.cpp318 float max_cn0_dbhz; in FindStrongFrequentNonGpsSource() member
336 counts.max_cn0_dbhz = gnss_sv.v2_0.v1_0.cN0Dbhz; 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()
357 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
360 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test.cpp310 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; 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()
331 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
334 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
Dgnss_hal_test.h62 float max_cn0_dbhz; member
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp532 float max_cn0_dbhz; in FindStrongFrequentNonGpsSource() member
550 counts.max_cn0_dbhz = sv_info.v1_0.cN0Dbhz; 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()
571 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()
574 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()