/hardware/interfaces/gnss/1.1/vts/functional/ |
D | gnss_hal_test_cases.cpp | 123 id.constellation = GnssConstellationType::UNKNOWN; in FindStrongFrequentNonGpsSource() 129 (id.constellation < compare.id.constellation))); in FindStrongFrequentNonGpsSource() 144 (gnss_sv.constellation != GnssConstellationType::GPS)) { in FindStrongFrequentNonGpsSource() 147 source.id.constellation = gnss_sv.constellation; in FindStrongFrequentNonGpsSource() 184 (int)source_to_blacklist.id.constellation, blacklisted_source_count_observation, in FindStrongFrequentNonGpsSource() 224 if (source_to_blacklist.constellation == GnssConstellationType::UNKNOWN) { in TEST_F() 264 (gnss_sv.constellation == source_to_blacklist.constellation) && in TEST_F() 302 (gnss_sv.constellation == source_to_blacklist.constellation) && in TEST_F() 341 (gnss_sv.constellation != GnssConstellationType::UNKNOWN) && in TEST_F() 342 (gnss_sv.constellation != GnssConstellationType::GPS)) { in TEST_F() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | GnssConfiguration.cpp | 265 switch(copyFromSource.constellation) { in setBlacklistedSource() 267 copyToSource.constellation = GNSS_SV_TYPE_GPS; in setBlacklistedSource() 272 copyToSource.constellation = GNSS_SV_TYPE_SBAS; in setBlacklistedSource() 277 copyToSource.constellation = GNSS_SV_TYPE_GLONASS; in setBlacklistedSource() 283 copyToSource.constellation = GNSS_SV_TYPE_QZSS; in setBlacklistedSource() 289 copyToSource.constellation = GNSS_SV_TYPE_BEIDOU; in setBlacklistedSource() 295 copyToSource.constellation = GNSS_SV_TYPE_GALILEO; in setBlacklistedSource() 301 copyToSource.constellation = GNSS_SV_TYPE_UNKNOWN; in setBlacklistedSource() 302 LOC_LOGe("Invalid constellation %d", copyFromSource.constellation); in setBlacklistedSource() 311 copyToSource.svId, copyToSource.constellation, in setBlacklistedSource()
|
D | GnssDebug.cpp | 145 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
|
/hardware/interfaces/gnss/1.1/default/ |
D | GnssConfiguration.cpp | 56 mBlacklistedConstellationSet.insert(source.constellation); in setBlacklist() 66 if (mBlacklistedConstellationSet.find(gnssSvInfo.constellation) != in isBlacklisted() 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/2.0/ |
D | IGnssDebug.hal | 29 * In this version of the HAL, the field 'constellation' in the v1_0 struct is deprecated, 30 * and is no longer used by the framework. The constellation type is instead reported in 31 * @2.0::IGnssDebug.SatelliteData.constellation. 35 /** Defines the constellation type of the given SV. */ 36 GnssConstellationType constellation;
|
D | IGnssCallback.hal | 85 * In this version of the HAL, the field 'constellation' in the v1_0 struct is deprecated, 86 * and is no longer used by the framework. The constellation type is instead reported in 87 * @2.0::IGnssCallback.GnssSvInfo.constellation. 91 /** Defines the constellation of the given SV. */ 92 GnssConstellationType constellation;
|
D | IGnssMeasurementCallback.hal | 45 * ranges depend on the constellation and code being tracked and the state of the tracking 386 * In this version of the HAL, the field 'constellation' in the v1_1.v1_0 struct is 387 * deprecated, and is no longer used by the framework. The constellation type is instead 388 * reported in @2.0::IGnssMeasurementCallback.GnssMeasurement.constellation. 453 * The constellation type of the GNSS measurement. 455 GnssConstellationType constellation;
|
/hardware/interfaces/gnss/1.0/default/ |
D | Gnss.cpp | 132 .constellation = static_cast< in gnssSvStatusCb() 134 svInfo.constellation), in gnssSvStatusCb() 208 info.constellation = GnssConstellationType::GPS; in gpsSvStatusCb() 211 info.constellation = GnssConstellationType::GLONASS; in gpsSvStatusCb() 215 info.constellation = GnssConstellationType::BEIDOU; in gpsSvStatusCb() 218 info.constellation = GnssConstellationType::SBAS; in gpsSvStatusCb() 221 info.constellation = GnssConstellationType::QZSS; in gpsSvStatusCb() 224 info.constellation = GnssConstellationType::UNKNOWN; in gpsSvStatusCb() 237 if (info.constellation == GnssConstellationType::GPS) { in gpsSvStatusCb()
|
D | GnssMeasurement.cpp | 64 .constellation = static_cast<GnssConstellationType>(entry.constellation), in gnssMeasurementCb() 132 gnssData.measurements[i].constellation = GnssConstellationType::GPS; in gpsMeasurementCb() 134 gnssData.measurements[i].constellation = in gpsMeasurementCb()
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssConfiguration.hal | 28 * Defines the constellation of the given satellite(s). 30 GnssConstellationType constellation; 35 * Or 0 to blacklist all svid's for the specified constellation
|
/hardware/interfaces/gnss/common/utils/vts/ |
D | Utils.cpp | 108 .constellation = GnssConstellationType::GPS, in getMockMeasurementCorrections() 120 .constellation = GnssConstellationType::GPS, in getMockMeasurementCorrections()
|
/hardware/interfaces/gnss/2.0/default/ |
D | GnssMeasurement.cpp | 104 .constellation = V1_0::GnssConstellationType::UNKNOWN, in getMockMeasurement() 122 .constellation = GnssConstellationType::GLONASS, in getMockMeasurement()
|
D | GnssMeasurementCorrections.cpp | 43 static_cast<int>(singleSatCorrection.constellation), in setCorrections()
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | GnssDebug.cpp | 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
|
/hardware/qcom/sdm845/gps/msm8998/android/ |
D | GnssDebug.cpp | 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
|
/hardware/qcom/gps/msm8998/android/ |
D | GnssDebug.cpp | 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
|
/hardware/interfaces/gnss/common/utils/default/ |
D | Utils.cpp | 45 .constellation = type, in getSvInfo()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 620 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 630 else if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 671 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 748 if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 626 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 636 else if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 677 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 752 if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv()
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 620 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 630 else if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 671 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 748 if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv()
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 626 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 636 else if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 677 if (GNSS_CONSTELLATION_GPS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv() 752 if (GNSS_CONSTELLATION_GLONASS == svStatus.gnss_sv_list[svNumber - 1].constellation) in loc_eng_nmea_generate_sv()
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationDataTypes.h | 871 GnssSvType constellation; // constellation for the sv to blacklist member 876 left.constellation == right.constellation && left.svId == right.svId; 959 GnssSvType constellation; member
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 126 /** Defines the constellation type of the given SV. */ 127 GnssConstellationType constellation;
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 32 * Defines the constellation of the given satellite. 34 GnssConstellationType constellation;
|