summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
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/LocAdapterBase.cpp
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/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index 4f7e4f2..8fdb8cb 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -72,6 +72,7 @@ void LocAdapterBase::
LocPosTechMask loc_technology_mask) {
if (mLocAdapterProxyBase == NULL ||
!mLocAdapterProxyBase->reportPosition(location,
+ locationExtended,
status,
loc_technology_mask)) {
DEFAULT_IMPL()