Searched refs:mLocSystemInfo (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/qcom/sm8150p/gps/gnss/ |
H A D | GnssAdapter.h | 188 LocationSystemInfo mLocSystemInfo; variable
|
H A 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()
|
/aosp12/hardware/qcom/sm7150/gps/gnss/ |
H A D | GnssAdapter.h | 208 LocationSystemInfo mLocSystemInfo; variable
|
H A 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()
|
/aosp12/hardware/qcom/sm7250/gps/gnss/ |
H A D | GnssAdapter.h | 273 LocationSystemInfo mLocSystemInfo; variable
|
H A D | GnssAdapter.cpp | 124 mLocSystemInfo{}, 2735 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo() 2755 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo() 4035 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, generate_nmea, in reportPosition() 4542 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo() 4545 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()
|
/aosp12/hardware/qcom/sm8150/gps/gnss/ |
H A D | GnssAdapter.h | 273 LocationSystemInfo mLocSystemInfo; variable
|
H A D | GnssAdapter.cpp | 124 mLocSystemInfo{}, 2734 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo() 2754 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo() 4034 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, generate_nmea, in reportPosition() 4541 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo() 4544 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()
|