summaryrefslogtreecommitdiff
path: root/core/EngineHubProxyBase.h
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2018-03-07 10:19:24 -0800
committerKevin Tang <zhikait@codeaurora.org>2018-03-07 10:19:24 -0800
commitb47eea6b2373d42c5cf9153d2211fd08b9d9272a (patch)
tree94fbc2524f5ccb399ac7e5a698b9803cd0344578 /core/EngineHubProxyBase.h
parentc5ee86bfdcc23b8423204f15fca35358f6394a6a (diff)
downloadgps-b47eea6b2373d42c5cf9153d2211fd08b9d9272a.tar.gz
GPS GNSS adapter: connectivity support for engine hub
(1) allow engine hub to be able to receive connectivity status update (2) fix kw warning in LocIpc.h Change-Id: I62ac534639003051a8992c143ff273d5ff66ee5a CRs-fixed: 2198446
Diffstat (limited to 'core/EngineHubProxyBase.h')
-rw-r--r--core/EngineHubProxyBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/EngineHubProxyBase.h b/core/EngineHubProxyBase.h
index c17b2c2..7b9f3ae 100644
--- a/core/EngineHubProxyBase.h
+++ b/core/EngineHubProxyBase.h
@@ -101,6 +101,7 @@ typedef std::function<void(const GnssSvNotification& svNotify, bool fromUlp)>
// potential parameters: message queue: MsgTask * msgTask;
// callback function to report back dr and ppe position and sv report
typedef EngineHubProxyBase* (getEngHubProxyFn)(const MsgTask * msgTask,
+ IOsObserver* osObserver,
GnssAdapterReportPositionEventCb positionEventCb,
GnssAdapterReportSvEventCb svEventCb);