Home
last modified time | relevance | path

Searched refs:srcLeapSecondSysInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp3883 const LeapSecondSystemInfo &srcLeapSecondSysInfo = locationSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo() local
3885 if (srcLeapSecondSysInfo.leapSecondInfoMask & in reportLocationSystemInfo()
3889 dstLeapSecondSysInfo.leapSecondCurrent = srcLeapSecondSysInfo.leapSecondCurrent; in reportLocationSystemInfo()
3894 if (srcLeapSecondSysInfo.leapSecondInfoMask & LEAP_SECOND_SYS_INFO_LEAP_SECOND_CHANGE_BIT) { in reportLocationSystemInfo()
3896 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp3716 const LeapSecondSystemInfo &srcLeapSecondSysInfo = locationSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo() local
3718 if (srcLeapSecondSysInfo.leapSecondInfoMask & in reportLocationSystemInfo()
3722 dstLeapSecondSysInfo.leapSecondCurrent = srcLeapSecondSysInfo.leapSecondCurrent; in reportLocationSystemInfo()
3727 if (srcLeapSecondSysInfo.leapSecondInfoMask & LEAP_SECOND_SYS_INFO_LEAP_SECOND_CHANGE_BIT) { in reportLocationSystemInfo()
3729 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp4543 const LeapSecondSystemInfo &srcLeapSecondSysInfo = locationSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo() local
4545 if (srcLeapSecondSysInfo.leapSecondInfoMask & in reportLocationSystemInfo()
4549 dstLeapSecondSysInfo.leapSecondCurrent = srcLeapSecondSysInfo.leapSecondCurrent; in reportLocationSystemInfo()
4554 if (srcLeapSecondSysInfo.leapSecondInfoMask & LEAP_SECOND_SYS_INFO_LEAP_SECOND_CHANGE_BIT) { in reportLocationSystemInfo()
4556 dstLeapSecondSysInfo.leapSecondChangeInfo = srcLeapSecondSysInfo.leapSecondChangeInfo; in reportLocationSystemInfo()