Home
last modified time | relevance | path

Searched refs:GPS_LOCATION_EXTENDED_HAS_CALIBRATION_CONFIDENCE (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h384 #define GPS_LOCATION_EXTENDED_HAS_CALIBRATION_CONFIDENCE 0x800000000 macro
/hardware/qcom/sm8150p/gps/utils/
Dgps_extended_c.h384 #define GPS_LOCATION_EXTENDED_HAS_CALIBRATION_CONFIDENCE 0x800000000 macro
/hardware/qcom/sm7150/gps/utils/
Dgps_extended_c.h384 #define GPS_LOCATION_EXTENDED_HAS_CALIBRATION_CONFIDENCE 0x800000000 macro
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp478 if (GPS_LOCATION_EXTENDED_HAS_CALIBRATION_CONFIDENCE & locationExtended.flags) { in convertLocationInfo()