Home
last modified time | relevance | path

Searched refs:constellation (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp102 (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/
DGnssConfiguration.cpp56 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()
DGnssConfiguration.h31 return int(source.constellation) * 1000 + int(source.svid); in operator()
37 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
DGnss.cpp214 .constellation = type, in getSvInfo()
/hardware/interfaces/gnss/1.0/default/
DGnss.cpp132 .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()
DGnssMeasurement.cpp64 .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/
DIGnssConfiguration.hal28 * 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/
DGnssDebug.cpp115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
/hardware/qcom/gps/msm8909w_3100/android/
DGnssDebug.cpp115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_nmea.cpp620 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/
Dloc_eng_nmea.cpp626 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/
DIGnssDebug.hal126 /** Defines the constellation type of the given SV. */
127 GnssConstellationType constellation;
DIGnssCallback.hal80 * 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;
DIGnssMeasurementCallback.hal181 * 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/
Dgps.h416 GnssConstellationType constellation; member
1474 GnssConstellationType constellation; member
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_gps.h605 LocGnssConstellationType constellation; member
1669 LocGnssConstellationType constellation; member
/hardware/qcom/gps/msm8998/utils/
Dloc_gps.h601 LocGnssConstellationType constellation; member
1665 LocGnssConstellationType constellation; member
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DMeasurementAPIClient.cpp154 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
DGnssAPIClient.cpp510 convertGnssConstellationType(in.gnssSvs[i].type, info.constellation); in convertGnssSvStatus()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssMeasurementAPIClient.cpp177 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
DGnssAPIClient.cpp446 convertGnssConstellationType(in.gnssSvs[i].type, info.constellation); in convertGnssSvStatus()
/hardware/qcom/gps/msm8909/core/
DLocApiBase.cpp266 svStatus.gnss_sv_list[i].constellation, in reportSv()
/hardware/qcom/gps/msm8996/core/
DLocApiBase.cpp266 svStatus.gnss_sv_list[i].constellation, in reportSv()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h610 GnssSvType constellation; member
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h640 GnssSvType constellation; member

12