Searched refs:mLocSystemInfo (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.h | 188 LocationSystemInfo mLocSystemInfo; variable
|
D | GnssAdapter.cpp | 90 mLocSystemInfo{}, in GnssAdapter() 2188 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo() 2208 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo() 3274 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, in reportPosition() 3714 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo() 3717 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()
|
/hardware/qcom/sm7150/gps/gnss/ |
D | GnssAdapter.h | 208 LocationSystemInfo mLocSystemInfo; variable
|
D | GnssAdapter.cpp | 93 mLocSystemInfo{}, 2304 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo() 2324 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo() 3428 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, in reportPosition() 3881 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo() 3884 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 273 LocationSystemInfo mLocSystemInfo; variable
|
D | GnssAdapter.cpp | 126 mLocSystemInfo{}, 2742 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo() 2762 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo() 4042 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, generate_nmea, in reportPosition() 4549 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo() 4552 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.h | 273 LocationSystemInfo mLocSystemInfo; variable
|
D | GnssAdapter.cpp | 126 mLocSystemInfo{}, 2743 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo() 2763 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo() 4043 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, generate_nmea, in reportPosition() 4550 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo() 4553 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()
|