Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dloc_nmea.cpp982 uint64_t gpsTimePosReport = locationExtended.gpsTime.gpsWeek * MSEC_IN_ONE_WEEK + in get_utctime_with_leapsecond_transition() local
990 if ((gpsTimePosReport >= gpsTimeLsChange) && in get_utctime_with_leapsecond_transition()
991 (gpsTimePosReport < (gpsTimeLsChange + 1000))) { in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dloc_nmea.cpp987 uint64_t gpsTimePosReport = locationExtended.gpsTime.gpsWeek * MSEC_IN_ONE_WEEK + in get_utctime_with_leapsecond_transition() local
995 if ((gpsTimePosReport >= gpsTimeLsChange) && in get_utctime_with_leapsecond_transition()
996 (gpsTimePosReport < (gpsTimeLsChange + 1000))) { in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_nmea.cpp1070 uint64_t gpsTimePosReport = locationExtended.gpsTime.gpsWeek * MSEC_IN_ONE_WEEK + in get_utctime_with_leapsecond_transition() local
1078 if ((gpsTimePosReport >= gpsTimeLsChange) && in get_utctime_with_leapsecond_transition()
1079 (gpsTimePosReport < (gpsTimeLsChange + 1000))) { in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dloc_nmea.cpp1064 uint64_t gpsTimePosReport = locationExtended.gpsTime.gpsWeek * MSEC_IN_ONE_WEEK + in get_utctime_with_leapsecond_transition() local
1072 if ((gpsTimePosReport >= gpsTimeLsChange) && in get_utctime_with_leapsecond_transition()
1073 (gpsTimePosReport < (gpsTimeLsChange + 1000))) { in get_utctime_with_leapsecond_transition()