summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2016-08-02 18:34:04 -0700
committerDante Russo <drusso@codeaurora.org>2016-08-30 14:28:36 -0700
commit5b4dbc2e55ab8577c53a49844b5250039e6ea98f (patch)
tree0ed1a373cab489570e15249c0ec15861f6753ccc /core/LocAdapterBase.h
parent7124f9f705c8d6f04c640a3c3a84d3a904eb986e (diff)
downloadgps-5b4dbc2e55ab8577c53a49844b5250039e6ea98f.tar.gz
Combo Provider 2.0
Part of overall Combo Provider 2.0 changes. This fix changes getBestWwanPosition API from sync to async, as the QMI API used can now take longer to produce a position CRs-fixed: 994048 Change-Id: I5654f9ab417ffea86ed8653731df1ca47cf7e733
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index af25138..0b1d3d9 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -124,6 +124,7 @@ public:
inline virtual bool isInSession() { return false; }
ContextBase* getContext() const { return mContext; }
virtual void reportGnssMeasurementData(GnssData &gnssMeasurementData);
+ virtual bool reportWwanZppFix(GpsLocation &zppLoc);
};
} // namespace loc_core