From 75cfd43bfdab4fb478e1504808a418320f5dcd95 Mon Sep 17 00:00:00 2001 From: Mike Cailean Date: Thu, 7 Jun 2018 16:54:35 -0700 Subject: Add jammer indication Add AGC and jammer indication Change-Id: I93641864338beec368e7a56b3a20b158ea892202 CRs-fixed: 2239155 --- core/LocAdapterBase.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'core/LocAdapterBase.cpp') diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 8301ee8..8197f4d 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -80,7 +80,10 @@ void LocAdapterBase:: const GpsLocationExtended& locationExtended, enum loc_sess_status status, LocPosTechMask loc_technology_mask, - bool /*fromEngineHub*/) { + bool /*fromEngineHub*/, + GnssDataNotification* pDataNotify, + int msInWeek) +{ if (mLocAdapterProxyBase != NULL) { mLocAdapterProxyBase->reportPositionEvent((UlpLocation&)location, (GpsLocationExtended&)locationExtended, @@ -113,6 +116,11 @@ void LocAdapterBase:: reportNmeaEvent(const char* /*nmea*/, size_t /*length*/) DEFAULT_IMPL() +void LocAdapterBase:: + reportDataEvent(const GnssDataNotification& /*dataNotify*/, + int /*msInWeek*/) +DEFAULT_IMPL() + bool LocAdapterBase:: reportXtraServer(const char* /*url1*/, const char* /*url2*/, const char* /*url3*/, const int /*maxlength*/) -- cgit v1.2.3