Lines Matching refs:svNotify
2005 GnssAdapter::reportSvEvent(const GnssSvNotification& svNotify, in reportSvEvent() argument
2012 if (mUlpProxy->reportSv(svNotify)) { in reportSvEvent()
2021 const GnssSvNotification& svNotify) : in reportSvEvent()
2024 mSvNotify(svNotify) {} in reportSvEvent()
2030 sendMsg(new MsgReportSv(*this, svNotify)); in reportSvEvent()
2034 GnssAdapter::reportSv(GnssSvNotification& svNotify) in reportSv() argument
2036 int numSv = svNotify.count; in reportSv()
2041 gnssSvId = svNotify.gnssSvs[i].svId; in reportSv()
2042 switch (svNotify.gnssSvs[i].type) { in reportSv()
2070 svNotify.gnssSvs[i].svId += (QZSS_SV_PRN_MIN - 1); in reportSv()
2080 svNotify.gnssSvs[i].gnssSvOptionsMask |= GNSS_SV_OPTIONS_USED_IN_FIX_BIT; in reportSv()
2086 it->second.gnssSvCb(svNotify); in reportSv()
2092 loc_nmea_generate_sv(svNotify, nmeaArraystr); in reportSv()