summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
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.cpp
parent7124f9f705c8d6f04c640a3c3a84d3a904eb986e (diff)
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.cpp')
-rw-r--r--core/LocAdapterBase.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index 6a3f969..899ad84 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -146,4 +146,9 @@ DEFAULT_IMPL(false)
void LocAdapterBase::
reportGnssMeasurementData(GnssData &gnssMeasurementData)
DEFAULT_IMPL()
+
+bool LocAdapterBase::
+ reportWwanZppFix(GpsLocation &zppLoc)
+DEFAULT_IMPL(false)
+
} // namespace loc_core