summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.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/LocAdapterBase.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/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 5c471fd..e7beca8 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -150,7 +150,8 @@ public:
virtual bool requestNiNotifyEvent(const GnssNiNotification &notify, const void* data);
inline virtual bool isInSession() { return false; }
ContextBase* getContext() const { return mContext; }
- virtual void reportGnssMeasurementDataEvent(const GnssMeasurementsNotification& measurementsNotify);
+ virtual void reportGnssMeasurementDataEvent(const GnssMeasurementsNotification& measurements,
+ int msInWeek);
virtual bool reportWwanZppFix(LocGpsLocation &zppLoc);
};