/hardware/interfaces/gnss/1.0/default/ |
D | Gnss.cpp | 131 .svid = svInfo.svid, in gnssSvStatusCb() 206 info.svid = svInfo->sv_list[i].prn; in gpsSvStatusCb() 207 if (info.svid >= 1 && info.svid <= 32) { in gpsSvStatusCb() 209 } else if (info.svid > GLONASS_SVID_OFFSET && in gpsSvStatusCb() 210 info.svid <= GLONASS_SVID_OFFSET + GLONASS_SVID_COUNT) { in gpsSvStatusCb() 212 info.svid -= GLONASS_SVID_OFFSET; in gpsSvStatusCb() 213 } else if (info.svid > BEIDOU_SVID_OFFSET && in gpsSvStatusCb() 214 info.svid <= BEIDOU_SVID_OFFSET + BEIDOU_SVID_COUNT) { in gpsSvStatusCb() 216 info.svid -= BEIDOU_SVID_OFFSET; in gpsSvStatusCb() 217 } else if (info.svid >= SBAS_SVID_MIN && info.svid <= SBAS_SVID_MAX) { in gpsSvStatusCb() [all …]
|
D | GnssNavigationMessage.cpp | 54 navigationMsg.svid = message->svid; in gnssNavigationMessageCb()
|
D | GnssMeasurement.cpp | 63 .svid = entry.svid, in gnssMeasurementCb() 130 gnssData.measurements[i].svid = static_cast<int32_t>(entry.prn); in gpsMeasurementCb()
|
/hardware/interfaces/gnss/1.1/default/ |
D | GnssConfiguration.cpp | 54 if (source.svid == 0) { in setBlacklist() 70 BlacklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlacklisted()
|
D | GnssConfiguration.h | 31 return int(source.constellation) * 1000 + int(source.svid); in operator() 37 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
|
/hardware/interfaces/gnss/1.1/vts/functional/ |
D | gnss_hal_test_cases.cpp | 147 id.svid = 0; in FindStrongFrequentNonGpsSource() 151 return ((id.svid < compare.id.svid) || ((id.svid == compare.id.svid) && in FindStrongFrequentNonGpsSource() 169 source.id.svid = gnss_sv.svid; in FindStrongFrequentNonGpsSource() 206 total_observation_count, source_to_blacklist.id.svid, in FindStrongFrequentNonGpsSource() 305 EXPECT_FALSE((gnss_sv.svid == source_to_blacklist.svid) && in TEST_P() 347 if ((gnss_sv.svid == source_to_blacklist.svid) && in TEST_P() 389 source_to_blacklist.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P() 459 source_to_blacklist.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P()
|
/hardware/interfaces/gnss/2.1/vts/functional/ |
D | gnss_hal_test_cases.cpp | 284 id.svid = 0; in FindStrongFrequentNonGpsSource() 288 return ((id.svid < compare.id.svid) || ((id.svid == compare.id.svid) && in FindStrongFrequentNonGpsSource() 306 source.id.svid = gnss_sv.v2_0.v1_0.svid; in FindStrongFrequentNonGpsSource() 342 total_observation_count, source_to_blacklist.id.svid, in FindStrongFrequentNonGpsSource() 438 EXPECT_FALSE((gnss_sv.v2_0.v1_0.svid == source_to_blacklist.svid) && in TEST_P() 480 if ((gnss_sv.v2_0.v1_0.svid == source_to_blacklist.svid) && in TEST_P() 517 source_to_blacklist_1.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P() 523 source_to_blacklist_2.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P() 590 source_to_blacklist_1.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P() 596 source_to_blacklist_2.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P()
|
/hardware/interfaces/gnss/2.1/default/ |
D | GnssConfiguration.cpp | 81 if (source.svid == 0) { in setBlacklist_2_1() 98 .svid = gnssSvInfo.v2_0.v1_0.svid}; in isBlacklistedV2_1()
|
D | GnssConfiguration.h | 48 return int(source.constellation) * 1000 + int(source.svid); in operator() 54 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
|
D | GnssMeasurementCorrections.cpp | 45 static_cast<int>(singleSatCorrection.svid), singleSatCorrection.carrierFrequencyHz, in setCorrections() 90 static_cast<int>(singleSatCorrection.v1_0.svid), in setCorrections_1_1()
|
/hardware/interfaces/gnss/2.0/vts/functional/ |
D | gnss_hal_test_cases.cpp | 508 id.svid = 0; in FindStrongFrequentNonGpsSource() 512 return ((id.svid < compare.id.svid) || ((id.svid == compare.id.svid) && in FindStrongFrequentNonGpsSource() 530 source.id.svid = sv_info.v1_0.svid; in FindStrongFrequentNonGpsSource() 566 total_observation_count, source_to_blacklist.id.svid, in FindStrongFrequentNonGpsSource() 671 EXPECT_FALSE((sv_info.v1_0.svid == source_to_blacklist.svid) && in TEST_P() 713 if ((sv_info.v1_0.svid == source_to_blacklist.svid) && in TEST_P() 757 source_to_blacklist.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P() 831 source_to_blacklist.svid = 0; // documented wildcard for all satellites in this constellation in TEST_P()
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssConfiguration.hal | 33 * Satellite (space vehicle) ID number, as defined in GnssSvInfo::svid 35 * Or 0 to blacklist all svid's for the specified constellation 37 int16_t svid;
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssConfiguration.hal | 37 * Satellite (space vehicle) ID number, as defined in GnssSvInfo::svid 39 * Or 0 to blacklist all svid's for the specified constellation 41 int16_t svid;
|
/hardware/interfaces/gnss/common/utils/default/ |
D | Utils.cpp | 74 .svid = (int16_t)6, in getMockMeasurementV2_0() 225 GnssSvInfoV1_0 Utils::getMockSvInfoV1_0(int16_t svid, V1_0::GnssConstellationType type, in getMockSvInfoV1_0() argument 228 GnssSvInfoV1_0 svInfo = {.svid = svid, in getMockSvInfoV1_0()
|
/hardware/qcom/sm8150/gps/android/2.1/ |
D | GnssConfiguration.cpp | 245 blacklist[idx].svid) || blValid; in setBlacklist() 256 const int16_t svid) { in setBlacklistedSource() argument 261 copyToSource.svId = svid; in setBlacklistedSource() 315 copyToSource.svId = copyFromSource.svid; in setBlacklistedSource()
|
D | GnssDebug.cpp | 150 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData() 269 s.v1_0.svid = reports.mSatelliteInfo[i].svid; in getDebugData_2_0()
|
/hardware/qcom/sm8150p/gps/android/2.0/ |
D | GnssDebug.cpp | 150 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData() 269 s.v1_0.svid = reports.mSatelliteInfo[i].svid; in getDebugData_2_0()
|
/hardware/qcom/sm8150/gps/android/2.0/ |
D | GnssDebug.cpp | 150 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData() 269 s.v1_0.svid = reports.mSatelliteInfo[i].svid; in getDebugData_2_0()
|
/hardware/qcom/sm7150/gps/android/2.0/ |
D | GnssDebug.cpp | 150 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData() 269 s.v1_0.svid = reports.mSatelliteInfo[i].svid; in getDebugData_2_0()
|
/hardware/qcom/sdm845/gps/msm8998/android/ |
D | GnssDebug.cpp | 113 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData()
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | GnssDebug.cpp | 113 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData()
|
/hardware/qcom/gps/msm8998/android/ |
D | GnssDebug.cpp | 113 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData()
|
/hardware/interfaces/gnss/common/utils/vts/ |
D | Utils.cpp | 111 .svid = 12, in getMockMeasurementCorrections() 123 .svid = 9, in getMockMeasurementCorrections()
|
/hardware/interfaces/gnss/2.0/default/ |
D | GnssMeasurementCorrections.cpp | 44 static_cast<int>(singleSatCorrection.svid), singleSatCorrection.carrierFrequencyHz, in setCorrections()
|
/hardware/qcom/sm8150/gps/android/1.0/ |
D | GnssDebug.cpp | 143 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData()
|