Home
last modified time | relevance | path

Searched refs:mLocSystemInfo (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h188 LocationSystemInfo mLocSystemInfo; variable
DGnssAdapter.cpp91 mLocSystemInfo{}, in GnssAdapter()
2137 if (mLocSystemInfo.systemInfoMask) { in notifyClientOfCachedLocationSystemInfo()
2157 callbacks.locationSystemInfoCb(mLocSystemInfo); in notifyClientOfCachedLocationSystemInfo()
3193 loc_nmea_generate_pos(ulpLocation, locationExtended, mLocSystemInfo, in reportPosition()
3575 mLocSystemInfo.systemInfoMask |= LOCATION_SYS_INFO_LEAP_SECOND; in reportLocationSystemInfo()
3578 LeapSecondSystemInfo &dstLeapSecondSysInfo = mLocSystemInfo.leapSecondSysInfo; in reportLocationSystemInfo()