/hardware/interfaces/gnss/1.1/vts/functional/ |
D | gnss_hal_test_cases.cpp | 102 (id.constellation < compare.id.constellation))); in FindStrongFrequentNonGpsSource() 117 (gnss_sv.constellation != GnssConstellationType::GPS)) { in FindStrongFrequentNonGpsSource() 120 source.id.constellation = gnss_sv.constellation; in FindStrongFrequentNonGpsSource() 157 (int)source_to_blacklist.id.constellation, blacklisted_source_count_observation, in FindStrongFrequentNonGpsSource() 193 if (source_to_blacklist.constellation == GnssConstellationType::UNKNOWN) { in TEST_F() 227 (gnss_sv.constellation == source_to_blacklist.constellation) && in TEST_F() 254 (gnss_sv.constellation == source_to_blacklist.constellation) && in TEST_F() 291 (gnss_sv.constellation != GnssConstellationType::UNKNOWN) && in TEST_F() 292 (gnss_sv.constellation != GnssConstellationType::GPS)) { in TEST_F() 294 constellation_to_blacklist = gnss_sv.constellation; in TEST_F() [all …]
|
/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()
|
D | Gnss.cpp | 214 .constellation = type, in getSvInfo()
|
/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/qcom/gps/msm8998/android/ |
D | GnssDebug.cpp | 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | GnssDebug.cpp | 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
|
/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/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 126 /** Defines the constellation type of the given SV. */ 127 GnssConstellationType constellation;
|
D | IGnssCallback.hal | 80 * FCN/OSN number for Glonass. The distinction is made by looking at constellation field. 97 * Defines the constellation of the given SV. 99 GnssConstellationType constellation;
|
D | IGnssMeasurementCallback.hal | 181 * computed time is for a non-GNSS constellation, the time offset of that 182 * constellation to GNSS has to be applied to fill this value. The error 293 * Defines the constellation of the given SV. 295 GnssConstellationType constellation; 589 * - Reporting of GNSS constellation measurements is mandatory.
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 416 GnssConstellationType constellation; member 1474 GnssConstellationType constellation; member
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_gps.h | 605 LocGnssConstellationType constellation; member 1669 LocGnssConstellationType constellation; member
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_gps.h | 601 LocGnssConstellationType constellation; member 1665 LocGnssConstellationType constellation; member
|
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | MeasurementAPIClient.cpp | 154 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
|
D | GnssAPIClient.cpp | 510 convertGnssConstellationType(in.gnssSvs[i].type, info.constellation); in convertGnssSvStatus()
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GnssMeasurementAPIClient.cpp | 177 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
|
D | GnssAPIClient.cpp | 446 convertGnssConstellationType(in.gnssSvs[i].type, info.constellation); in convertGnssSvStatus()
|
/hardware/qcom/gps/msm8909/core/ |
D | LocApiBase.cpp | 266 svStatus.gnss_sv_list[i].constellation, in reportSv()
|
/hardware/qcom/gps/msm8996/core/ |
D | LocApiBase.cpp | 266 svStatus.gnss_sv_list[i].constellation, in reportSv()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 610 GnssSvType constellation; member
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.h | 640 GnssSvType constellation; member
|