Home
last modified time | relevance | path

Searched refs:GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK (Results 1 – 5 of 5) 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/sdm845/gps/sdm845/utils/
Dgps_extended_c.h317 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h338 #define GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK 0x4000 macro
/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/sm8150/gps/gnss/
DGnssAdapter.cpp405 if (GPS_LOCATION_EXTENDED_HAS_POS_TECH_MASK & locationExtended.flags) { in convertLocationInfo()