summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2018-06-07 12:03:55 -0700
committerKevin Tang <zhikait@codeaurora.org>2018-06-07 12:04:42 -0700
commit8cc52b448c15ab85a2786d08b6294371ccb96119 (patch)
tree640632568f9a8ee670b24477da0da0b0784a70c4 /core/LocAdapterBase.cpp
parent53695be16c974925db16de4ae434549345abe42a (diff)
downloadgps-8cc52b448c15ab85a2786d08b6294371ccb96119.tar.gz
changes to work without ULP module
Rework the module with ULP module being removed Change-Id: I5ac81e8c1c734352b3087545b83f4812fa3e8aff CRs-fixed: 2235309
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index 267d539..744a440 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -79,7 +79,7 @@ void LocAdapterBase::
const GpsLocationExtended& locationExtended,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask,
- bool /*fromUlp*/, bool /*fromEngineHub*/) {
+ bool /*fromEngineHub*/) {
if (mLocAdapterProxyBase != NULL) {
mLocAdapterProxyBase->reportPositionEvent((UlpLocation&)location,
(GpsLocationExtended&)locationExtended,
@@ -92,7 +92,7 @@ void LocAdapterBase::
void LocAdapterBase::
reportSvEvent(const GnssSvNotification& /*svNotify*/,
- bool /*fromUlp*/, bool /*fromEngineHub*/)
+ bool /*fromEngineHub*/)
DEFAULT_IMPL()
void LocAdapterBase::
@@ -109,7 +109,7 @@ DEFAULT_IMPL()
void LocAdapterBase::
- reportNmeaEvent(const char* /*nmea*/, size_t /*length*/, bool /*fromUlp*/)
+ reportNmeaEvent(const char* /*nmea*/, size_t /*length*/)
DEFAULT_IMPL()
bool LocAdapterBase::