summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2017-08-09 18:40:51 -0700
committerKevin Tang <zhikait@codeaurora.org>2017-08-11 12:32:34 -0700
commitdb3101c207f101a19a078916f2146b4b38f8a7e2 (patch)
tree81993b69e0aa6c0158a5f35ba1cfeab2d27a5e74 /core/LocApiBase.h
parent2cb23d6015a7c45a9cd9bd2ba6f2b4d59d681e95 (diff)
downloadgps-db3101c207f101a19a078916f2146b4b38f8a7e2.tar.gz
move getAgcInformation and setDefaultReport into GnssAdapter
They are currently in LocApiv02, which is incorrect. SystemStatus shouldn't be referenced at this layer. And both of these two calls are specific to GnssAdapter use cases too. Change-Id: I7098e3963be163199a833a8fb6b12a100405f71e CRs-Fixed: 2090442
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 86610e7..f2fcd9d 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -131,7 +131,7 @@ public:
void reportDataCallClosed();
void requestNiNotify(GnssNiNotification &notify, const void* data);
void saveSupportedMsgList(uint64_t supportedMsgList);
- void reportGnssMeasurementData(GnssMeasurementsNotification& measurementsNotify);
+ void reportGnssMeasurementData(GnssMeasurementsNotification& measurements, int msInWeek);
void saveSupportedFeatureList(uint8_t *featureList);
void reportWwanZppFix(LocGpsLocation &zppLoc);