Home
last modified time | relevance | path

Searched refs:GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/utils/
Dgps_extended_c.h304 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/hardware/qcom/sm7250/gps/utils/
Dloc_nmea.cpp1220 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
1262 if ((locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) && in loc_nmea_get_fix_quality()
1274 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
Dgps_extended_c.h349 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.cpp1226 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
1268 if ((locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) && in loc_nmea_get_fix_quality()
1280 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
Dgps_extended_c.h349 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp1154 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
1196 if ((locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) && in loc_nmea_get_fix_quality()
1208 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
Dgps_extended_c.h342 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/hardware/qcom/sdm845/gps/sdm845/utils/
Dgps_extended_c.h317 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/hardware/qcom/sm8150p/gps/utils/
Dgps_extended_c.h342 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
Dloc_nmea.cpp1078 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK) { in loc_nmea_get_fix_quality()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DGnssAdapter.cpp346 if (GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK & locationExtended.flags) { in convertLocationInfo()
347 out.flags |= GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK; in convertLocationInfo()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp405 if (GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK & locationExtended.flags) { in convertLocationInfo()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp437 if (GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK & locationExtended.flags) { in convertLocationInfo()