Home
last modified time | relevance | path

Searched refs:GPS_LOCATION_EXTENDED_HAS_GPS_TIME (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/utils/
Dgps_extended_c.h310 #define GPS_LOCATION_EXTENDED_HAS_GPS_TIME 0x20000 macro
/hardware/qcom/sdm845/gps/sdm845/utils/
Dgps_extended_c.h323 #define GPS_LOCATION_EXTENDED_HAS_GPS_TIME 0x20000 macro
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h344 #define GPS_LOCATION_EXTENDED_HAS_GPS_TIME 0x20000 macro
Dloc_nmea.cpp915 if ((locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_GPS_TIME) && in getUtcTimeWithLeapSecondTransition()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp435 if (GPS_LOCATION_EXTENDED_HAS_GPS_TIME & locationExtended.flags) { in convertLocationInfo()
436 out.flags |= GPS_LOCATION_EXTENDED_HAS_GPS_TIME; in convertLocationInfo()