Home
last modified time | relevance | path

Searched refs:svType (Results 1 – 25 of 49) sorted by relevance

12

/hardware/qcom/sm8150/gps/android/2.1/
DMeasurementCorrections.cpp151 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_GPS; in setCorrections_1_1()
154 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_SBAS; in setCorrections_1_1()
157 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_GLONASS; in setCorrections_1_1()
160 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_QZSS; in setCorrections_1_1()
163 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_BEIDOU; in setCorrections_1_1()
166 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_GALILEO; in setCorrections_1_1()
169 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_NAVIC; in setCorrections_1_1()
173 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_UNKNOWN; in setCorrections_1_1()
/hardware/qcom/sm7250/gps/android/2.1/
DMeasurementCorrections.cpp154 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_GPS; in setCorrections_1_1()
157 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_SBAS; in setCorrections_1_1()
160 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_GLONASS; in setCorrections_1_1()
163 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_QZSS; in setCorrections_1_1()
166 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_BEIDOU; in setCorrections_1_1()
169 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_GALILEO; in setCorrections_1_1()
172 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_NAVIC; in setCorrections_1_1()
176 gnssSingleSatCorrection.svType = GNSS_SV_TYPE_UNKNOWN; in setCorrections_1_1()
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DLocationUtil.cpp247 switch (in.svType) { in convertGnssSvid()
348 out.svType = GNSS_SV_TYPE_GPS; in convertSingleSatCorrections()
351 out.svType = GNSS_SV_TYPE_SBAS; in convertSingleSatCorrections()
354 out.svType = GNSS_SV_TYPE_GLONASS; in convertSingleSatCorrections()
357 out.svType = GNSS_SV_TYPE_QZSS; in convertSingleSatCorrections()
360 out.svType = GNSS_SV_TYPE_BEIDOU; in convertSingleSatCorrections()
363 out.svType = GNSS_SV_TYPE_GALILEO; in convertSingleSatCorrections()
367 out.svType = GNSS_SV_TYPE_UNKNOWN; in convertSingleSatCorrections()
DMeasurementAPIClient.cpp286 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
381 convertGnssConstellationType(in.referenceSignalTypeForIsb.svType, in convertGnssClock_2_1()
426 convertGnssConstellationType(in.measurements[i].svType, out.measurements[i].constellation); in convertGnssData_2_0()
557 convertGnssConstellationType(in.measurements[i].svType, in convertGnssData_2_1()
/hardware/qcom/sm7250/gps/android/2.1/location_api/
DLocationUtil.cpp247 switch (in.svType) { in convertGnssSvid()
348 out.svType = GNSS_SV_TYPE_GPS; in convertSingleSatCorrections()
351 out.svType = GNSS_SV_TYPE_SBAS; in convertSingleSatCorrections()
354 out.svType = GNSS_SV_TYPE_GLONASS; in convertSingleSatCorrections()
357 out.svType = GNSS_SV_TYPE_QZSS; in convertSingleSatCorrections()
360 out.svType = GNSS_SV_TYPE_BEIDOU; in convertSingleSatCorrections()
363 out.svType = GNSS_SV_TYPE_GALILEO; in convertSingleSatCorrections()
367 out.svType = GNSS_SV_TYPE_UNKNOWN; in convertSingleSatCorrections()
DMeasurementAPIClient.cpp219 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
314 convertGnssConstellationType(in.referenceSignalTypeForIsb.svType, in convertGnssClock_2_1()
359 convertGnssConstellationType(in.measurements[i].svType, out.measurements[i].constellation); in convertGnssData_2_0()
490 convertGnssConstellationType(in.measurements[i].svType, in convertGnssData_2_1()
/hardware/qcom/gps/msm8998/utils/
Dloc_nmea.cpp50 LocGnssConstellationType svType; member
92 GnssSvType svType, in loc_nmea_sv_meta_init() argument
96 sv_meta.svType = svType; in loc_nmea_sv_meta_init()
98 switch (svType) in loc_nmea_sv_meta_init()
140 LOC_LOGE("NMEA Error unknow constellation type: %d", svType); in loc_nmea_sv_meta_init()
251 if (svUsedCount == 0 && GNSS_SV_TYPE_GPS != sv_meta_p->svType) in loc_nmea_generate_GSA()
398 if (sv_meta_p->svType == svNotify.gnssSvs[svNumber - 1].type) in loc_nmea_generate_GSV()
433 if ((sv_meta_p->svType == GNSS_SV_TYPE_QZSS) || in loc_nmea_generate_GSV()
434 (sv_meta_p->svType == GNSS_SV_TYPE_BEIDOU)) in loc_nmea_generate_GSV()
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_nmea.cpp50 LocGnssConstellationType svType; member
93 GnssSvType svType, in loc_nmea_sv_meta_init() argument
97 sv_meta.svType = svType; in loc_nmea_sv_meta_init()
99 switch (svType) in loc_nmea_sv_meta_init()
141 LOC_LOGE("NMEA Error unknow constellation type: %d", svType); in loc_nmea_sv_meta_init()
252 if (svUsedCount == 0 && GNSS_SV_TYPE_GPS != sv_meta_p->svType) in loc_nmea_generate_GSA()
399 if (sv_meta_p->svType == svNotify.gnssSvs[svNumber - 1].type) in loc_nmea_generate_GSV()
434 if ((sv_meta_p->svType == GNSS_SV_TYPE_QZSS) || in loc_nmea_generate_GSV()
435 (sv_meta_p->svType == GNSS_SV_TYPE_BEIDOU)) in loc_nmea_generate_GSV()
/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.cpp113 LocGnssConstellationType svType; member
395 GnssSvType svType, in loc_nmea_sv_meta_init() argument
400 sv_meta.svType = svType; in loc_nmea_sv_meta_init()
402 switch (svType) in loc_nmea_sv_meta_init()
475 LOC_LOGE("NMEA Error unknow constellation type: %d", svType); in loc_nmea_sv_meta_init()
594 if(sv_meta_p->svType != GNSS_SV_TYPE_GLONASS) { in loc_nmea_generate_GSA()
782 if (sv_meta_p->svType == svNotify.gnssSvs[svNumber - 1].type && in loc_nmea_generate_GSV()
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp113 LocGnssConstellationType svType; member
395 GnssSvType svType, in loc_nmea_sv_meta_init() argument
400 sv_meta.svType = svType; in loc_nmea_sv_meta_init()
402 switch (svType) in loc_nmea_sv_meta_init()
475 LOC_LOGE("NMEA Error unknow constellation type: %d", svType); in loc_nmea_sv_meta_init()
594 if(sv_meta_p->svType != GNSS_SV_TYPE_GLONASS) { in loc_nmea_generate_GSA()
782 if (sv_meta_p->svType == svNotify.gnssSvs[svNumber - 1].type && in loc_nmea_generate_GSV()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.h106 GnssSvType svType; member
446 GnssSvId initialSvId, GnssSvType svType);
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.h106 GnssSvType svType; member
485 GnssSvId initialSvId, GnssSvType svType);
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DLocationUtil.cpp186 switch (in.svType) { in convertGnssSvid()
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DLocationUtil.cpp186 switch (in.svType) { in convertGnssSvid()
/hardware/qcom/sm7250/gps/android/1.1/location_api/
DLocationUtil.cpp187 switch (in.svType) { in convertGnssSvid()
/hardware/qcom/sm7250/gps/android/1.0/location_api/
DLocationUtil.cpp187 switch (in.svType) { in convertGnssSvid()
/hardware/qcom/sm7250/gps/android/2.0/location_api/
DMeasurementAPIClient.cpp193 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
329 convertGnssConstellationType(in.measurements[i].svType, out.measurements[i].constellation); in convertGnssData_2_0()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h111 GnssSvType svType; member
605 GnssSvId initialSvId, GnssSvType svType);
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h111 GnssSvType svType; member
605 GnssSvId initialSvId, GnssSvType svType);
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.h70 GnssSvType svType; member
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.h71 GnssSvType svType; member
/hardware/qcom/sm7250/gps/location/
DLocationDataTypes.h1342 GnssSvType svType; member
1373 GnssSvType svType; member
1390 GnssSvType svType; member
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h1342 GnssSvType svType; member
1373 GnssSvType svType; member
1390 GnssSvType svType; member
/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DMeasurementAPIClient.cpp234 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
367 convertGnssConstellationType(in.measurements[i].svType, out.measurements[i].constellation); in convertGnssData_2_0()
/hardware/qcom/sm7150/gps/android/2.0/location_api/
DMeasurementAPIClient.cpp235 convertGnssConstellationType(in.svType, out.constellation); in convertGnssMeasurement()
369 convertGnssConstellationType(in.measurements[i].svType, out.measurements[i].constellation); in convertGnssData_2_0()

12