Searched defs:svNotify (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8998/core/
H A DUlpProxyBase.h65 inline virtual bool reportSv(const GnssSvNotification& svNotify) { argument
66 (void)svNotify;
H A DLocApiBase.cpp264 void LocApiBase::reportSv(GnssSvNotification& svNotify) argument
273 svNotify.count);
274 for (int i = 0; i < svNotify.count && i < LOC_GNSS_MAX_SVS; i++) {
275 if (svNotify.gnssSvs[i].type >
277 svNotify.gnssSvs[i].type = GNSS_SV_TYPE_UNKNOWN;
282 constellationString[svNotify.gnssSvs[i].type],
283 svNotify.gnssSvs[i].svId,
284 svNotify.gnssSvs[i].cN0Dbhz,
285 svNotify.gnssSvs[i].elevation,
286 svNotify
[all...]
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp1867 GnssAdapter::reportSvEvent(const GnssSvNotification& svNotify, argument
1874 if (mUlpProxy->reportSv(svNotify)) {
1883 const GnssSvNotification& svNotify) :
1886 mSvNotify(svNotify) {}
1892 sendMsg(new MsgReportSv(*this, svNotify));
1896 GnssAdapter::reportSv(GnssSvNotification& svNotify) argument
1899 int numSv = svNotify.count;
1904 gnssSvId = svNotify.gnssSvs[i].svId;
1922 svNotify.gnssSvs[i].gnssSvOptionsMask |= GNSS_SV_OPTIONS_USED_IN_FIX_BIT;
1924 svNotify
1882 MsgReportSv(GnssAdapter& adapter, const GnssSvNotification& svNotify) argument
2233 generateNmea(const GnssSvNotification& svNotify) argument
2348 generateNmeaGSV(const GnssSvNotification& svNotify, NmeaSvMeta& svMeta, char* sentence, size_t size) argument
[all...]

Completed in 95 milliseconds