From b95f05cc738a5de5d3dd9751af6da532c6f0079a Mon Sep 17 00:00:00 2001 From: Mike Cailean Date: Mon, 8 Apr 2019 11:17:31 -0700 Subject: Streamline measurements processing Consolidate the translation from QMI LOC into one place in order to minimize traffic Change-Id: I73c2f25e94544a2b69d4227c63548ef11b6a4d91 CRs-fixed: 2430668 --- core/LocApiBase.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/LocApiBase.h') diff --git a/core/LocApiBase.h b/core/LocApiBase.h index afdb83c..1c2afaf 100644 --- a/core/LocApiBase.h +++ b/core/LocApiBase.h @@ -164,7 +164,6 @@ public: GnssDataNotification* pDataNotify = nullptr, int msInWeek = -1); void reportSv(GnssSvNotification& svNotify); - void reportSvMeasurement(GnssSvMeasurementSet &svMeasurementSet); void reportSvPolynomial(GnssSvPolynomial &svPolynomial); void reportSvEphemeris(GnssSvEphemerisReport &svEphemeris); void reportStatus(LocGpsStatusValue status); @@ -179,7 +178,7 @@ public: void requestATL(int connHandle, LocAGpsType agps_type, LocApnTypeMask apn_type_mask); void releaseATL(int connHandle); void requestNiNotify(GnssNiNotification ¬ify, const void* data); - void reportGnssMeasurementData(GnssMeasurementsNotification& measurements, int msInWeek); + void reportGnssMeasurements(GnssMeasurements& gnssMeasurements, int msInWeek); void reportWwanZppFix(LocGpsLocation &zppLoc); void reportZppBestAvailableFix(LocGpsLocation &zppLoc, GpsLocationExtended &location_extended, LocPosTechMask tech_mask); -- cgit v1.2.3