summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2018-09-05 15:36:13 -0700
committerMike Cailean <mcailean@codeaurora.org>2018-09-06 16:09:05 -0700
commitc30e7c5e6304a15b6522f37f30bdb813c20833a6 (patch)
tree331e52ae3aa207bb8b6a2e27541170247927d803 /core/LocApiBase.h
parent033a0fa1c6cabd0841bbbd0c762f4b4dd4a5753f (diff)
downloadgps-c30e7c5e6304a15b6522f37f30bdb813c20833a6.tar.gz
Set SV in use mask based on final fixes
Do not set SV in use mask based on intermediate position update from modem since it might contain stale information Change-Id: I4300854ead3f85758bfb37d4c47ace10f63541a0 CRs-fixed: 2307493
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index ea5e071..e80e273 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -145,6 +145,10 @@ public:
sendMsg(new LocKillMsg(this));
}
+ static bool needReport(const UlpLocation& ulpLocation,
+ enum loc_sess_status status,
+ LocPosTechMask techMask);
+
void addAdapter(LocAdapterBase* adapter);
void removeAdapter(LocAdapterBase* adapter);