From c30e7c5e6304a15b6522f37f30bdb813c20833a6 Mon Sep 17 00:00:00 2001 From: Mike Cailean Date: Wed, 5 Sep 2018 15:36:13 -0700 Subject: 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 --- core/LocApiBase.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/LocApiBase.h') 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); -- cgit v1.2.3