Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp161 const auto& gnss_sv = gnss_sv_status.gnssSvList[iSv]; in FindStrongFrequentNonGpsSource() local
162 if ((gnss_sv.svFlag & IGnssCallback::GnssSvFlags::USED_IN_FIX) && in FindStrongFrequentNonGpsSource()
163 (gnss_sv.constellation != GnssConstellationType::GPS)) { in FindStrongFrequentNonGpsSource()
165 source.id.svid = gnss_sv.svid; in FindStrongFrequentNonGpsSource()
166 source.id.constellation = gnss_sv.constellation; in FindStrongFrequentNonGpsSource()
172 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; 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()
286 const auto& gnss_sv = gnss_sv_status.gnssSvList[iSv]; in TEST_F() local
287 EXPECT_FALSE((gnss_sv.svid == source_to_blacklist.svid) && in TEST_F()
[all …]
Dgnss_hal_test.cpp194 const auto& gnss_sv = gnss_sv_status.gnssSvList[iSv]; in startLocationAndGetNonGpsConstellation() local
195 if ((gnss_sv.svFlag & IGnssCallback::GnssSvFlags::USED_IN_FIX) && in startLocationAndGetNonGpsConstellation()
196 (gnss_sv.constellation != GnssConstellationType::UNKNOWN) && in startLocationAndGetNonGpsConstellation()
197 (gnss_sv.constellation != GnssConstellationType::GPS)) { in startLocationAndGetNonGpsConstellation()
199 constellation_to_blacklist = gnss_sv.constellation; in startLocationAndGetNonGpsConstellation()