summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorChengYou Ho <chengyouho@google.com>2019-10-22 08:32:31 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-22 08:32:31 -0700
commitd4d1b630d1a60719098a6a798ecf5adb5e6329f9 (patch)
tree0c6d30454dde48174f79a1add95a9e4271b4d0a3 /core/LocAdapterBase.h
parent81467e9585cdfef796e8d8eaacfa28a48b5ff9d3 (diff)
parentb23301cfa55db2898ff8da5997adab6ee23e874a (diff)
downloadgps-d4d1b630d1a60719098a6a798ecf5adb5e6329f9.tar.gz
Merge remote-tracking branch 'goog/qcom/release/LA.UM.8.1.R1.10.00.00.529.095' into qt-qpr1-dev
am: b23301cfa5 Change-Id: Ib6fa9f365b785a5b9da7fa20e9e79f8e0a513f58
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index b9b1f1e..909b6fe 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -151,9 +151,13 @@ public:
const GpsLocationExtended& locationExtended,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask,
- bool fromEngineHub = false,
GnssDataNotification* pDataNotify = nullptr,
int msInWeek = -1);
+ virtual void reportEnginePositionsEvent(unsigned int count,
+ EngineLocationInfo* locationArr) {
+ (void)count;
+ (void)locationArr;
+ }
virtual void reportSvEvent(const GnssSvNotification& svNotify,
bool fromEngineHub=false);
virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);