summaryrefslogtreecommitdiff
path: root/core/EngineHubProxyBase.h
diff options
context:
space:
mode:
authorBhavna Sharma <sbhavna@codeaurora.org>2018-03-30 17:10:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-12 13:24:57 -0700
commite5c31f33c1fac9129b7141c62d61826dfc041a54 (patch)
tree98f568a2e0a91d926028f11b6c69960b60f5009a /core/EngineHubProxyBase.h
parent82d0efd99ae4aa5643d6fa844f44c850fa008cc5 (diff)
downloadgps-e5c31f33c1fac9129b7141c62d61826dfc041a54.tar.gz
GPS Adapter: GNSS adapter change to go with engine hub aggregator
1: GNSS adapter change to block out position and SV report from ULP when engine hub aggregator is used 2: Support unpropagated position report Change-Id: Id0cacd87d3f3f8eec893d751b9f7a55a736a4023 CRs-fixed: 2210253
Diffstat (limited to 'core/EngineHubProxyBase.h')
-rw-r--r--core/EngineHubProxyBase.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/EngineHubProxyBase.h b/core/EngineHubProxyBase.h
index 7b9f3ae..4e259ba 100644
--- a/core/EngineHubProxyBase.h
+++ b/core/EngineHubProxyBase.h
@@ -92,10 +92,13 @@ typedef std::function<void(const UlpLocation& ulpLocation,
const GpsLocationExtended& locationExtended,
enum loc_sess_status status,
LocPosTechMask techMask,
- bool fromUlp)>
+ bool fromUlp,
+ bool fromEngineHub)>
GnssAdapterReportPositionEventCb;
-typedef std::function<void(const GnssSvNotification& svNotify, bool fromUlp)>
+typedef std::function<void(const GnssSvNotification& svNotify,
+ bool fromUlp,
+ bool fromEngineHub)>
GnssAdapterReportSvEventCb;
// potential parameters: message queue: MsgTask * msgTask;