summaryrefslogtreecommitdiff
path: root/core/LocApiBase.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/LocApiBase.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/LocApiBase.h')
-rw-r--r--core/LocApiBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 8849b1f..067d7e2 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -136,6 +136,7 @@ public:
void saveSupportedMsgList(uint64_t supportedMsgList);
void reportGnssMeasurementData(GnssData &gnssMeasurementData);
void saveSupportedFeatureList(uint8_t *featureList);
+ void reportWwanZppFix(GpsLocation &zppLoc);
// downward calls
// All below functions are to be defined by adapter specific modules:
@@ -211,7 +212,7 @@ public:
virtual enum loc_api_adapter_err
setLPPeProtocol(unsigned long lppeCP, unsigned long lppeUP);
virtual enum loc_api_adapter_err
- getWwanZppFix(GpsLocation & zppLoc);
+ getWwanZppFix();
virtual enum loc_api_adapter_err
getBestAvailableZppFix(GpsLocation & zppLoc);
virtual enum loc_api_adapter_err