Home
last modified time | relevance | path

Searched refs:leapSecondChangeInfo (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dloc_nmea.cpp975 const LeapSecondChangeInfo &leapSecondChangeInfo = in get_utctime_with_leapsecond_transition() local
976 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition()
978 leapSecondChangeInfo.gpsTimestampLsChange; in get_utctime_with_leapsecond_transition()
986 if (leapSecondChangeInfo.leapSecondsAfterChange > in get_utctime_with_leapsecond_transition()
987 leapSecondChangeInfo.leapSecondsBeforeChange) { in get_utctime_with_leapsecond_transition()
994 leapSecondChangeInfo.leapSecondsBeforeChange * 1000; in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dloc_nmea.cpp980 const LeapSecondChangeInfo &leapSecondChangeInfo = in get_utctime_with_leapsecond_transition() local
981 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition()
983 leapSecondChangeInfo.gpsTimestampLsChange; in get_utctime_with_leapsecond_transition()
991 if (leapSecondChangeInfo.leapSecondsAfterChange > in get_utctime_with_leapsecond_transition()
992 leapSecondChangeInfo.leapSecondsBeforeChange) { in get_utctime_with_leapsecond_transition()
999 leapSecondChangeInfo.leapSecondsBeforeChange * 1000; in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_nmea.cpp1063 const LeapSecondChangeInfo &leapSecondChangeInfo = in get_utctime_with_leapsecond_transition() local
1064 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition()
1066 leapSecondChangeInfo.gpsTimestampLsChange; in get_utctime_with_leapsecond_transition()
1074 if (leapSecondChangeInfo.leapSecondsAfterChange > in get_utctime_with_leapsecond_transition()
1075 leapSecondChangeInfo.leapSecondsBeforeChange) { in get_utctime_with_leapsecond_transition()
1082 leapSecondChangeInfo.leapSecondsBeforeChange * 1000; in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dloc_nmea.cpp1057 const LeapSecondChangeInfo &leapSecondChangeInfo = in get_utctime_with_leapsecond_transition() local
1058 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition()
1060 leapSecondChangeInfo.gpsTimestampLsChange; in get_utctime_with_leapsecond_transition()
1068 if (leapSecondChangeInfo.leapSecondsAfterChange > in get_utctime_with_leapsecond_transition()
1069 leapSecondChangeInfo.leapSecondsBeforeChange) { in get_utctime_with_leapsecond_transition()
1076 leapSecondChangeInfo.leapSecondsBeforeChange * 1000; in get_utctime_with_leapsecond_transition()
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationDataTypes.h1297 LeapSecondChangeInfo leapSecondChangeInfo; member
/aosp12/hardware/qcom/sm7150/gps/location/
H A DLocationDataTypes.h1312 LeapSecondChangeInfo leapSecondChangeInfo; member
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationDataTypes.h1711 LeapSecondChangeInfo leapSecondChangeInfo; member
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationDataTypes.h1711 LeapSecondChangeInfo leapSecondChangeInfo; member
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DGnssAdapter.cpp3729 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DGnssAdapter.cpp3896 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DGnssAdapter.cpp4557 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DGnssAdapter.cpp4556 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()