summaryrefslogtreecommitdiff
path: root/core/LocAdapterProxyBase.h
diff options
context:
space:
mode:
authorJiafei Wen <jiafeiw@codeaurora.org>2015-09-10 09:23:24 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-09-22 22:37:57 -0700
commiteb01e397ed7935f66f0be24026cdf4f3cae059c5 (patch)
tree0d298fa0db79b2087e0690769a8f0d1864c3927b /core/LocAdapterProxyBase.h
parentc40ded235a5c83e81dd2323cc2c3a36a7a4b9e90 (diff)
downloadgps-eb01e397ed7935f66f0be24026cdf4f3cae059c5.tar.gz
Sending FLP fixes to ULP
For crowd sourcing, FLP HAL needs to share with ULP the flp fixes in real time. This change is making FLP HAL to send flp fixes to ULP. Change-Id: I1a852ec69db8eb50de5c18b03205d1b488cfd4b0 CRs-fixed: 874928 878064
Diffstat (limited to 'core/LocAdapterProxyBase.h')
-rw-r--r--core/LocAdapterProxyBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocAdapterProxyBase.h b/core/LocAdapterProxyBase.h
index f6c22af..1ddcca4 100644
--- a/core/LocAdapterProxyBase.h
+++ b/core/LocAdapterProxyBase.h
@@ -58,6 +58,7 @@ public:
inline virtual void handleEngineUpEvent() {};
inline virtual void handleEngineDownEvent() {};
inline virtual bool reportPosition(UlpLocation &location,
+ GpsLocationExtended &locationExtended,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask) {
return false;