diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-11-08 01:02:30 -0800 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-11-08 01:02:30 -0800 |
commit | 28fb84e8d1cb41e22e7f6210ea04190914db103f (patch) | |
tree | 5b738415dd104ede73fc0302be693557ad2cc3d5 /core/LocApiBase.cpp | |
parent | c259797d7567e8fb71d46fb69a0fa941cdd4b72c (diff) | |
parent | ee0fa20a1d35466b22264116eaeb957495ce6667 (diff) |
Merge ee0fa20a1d35466b22264116eaeb957495ce6667 on remote branchHEADumineko-8350tachibana-8350
Change-Id: Ie3e99d857848862a71a6b35e4293b905b7fd9fd4
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index b571e36..860da2e 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -155,7 +155,7 @@ volatile int32_t LocApiBase::mMsgTaskRefCount = 0; LocApiBase::LocApiBase(LOC_API_ADAPTER_EVENT_MASK_T excludedMask, ContextBase* context) : mContext(context), - mMask(0), mExcludedMask(excludedMask), mEngineLockState(ENGINE_LOCK_STATE_ENABLED) + mMask(0), mExcludedMask(excludedMask) { memset(mLocAdapters, 0, sizeof(mLocAdapters)); @@ -615,12 +615,6 @@ void LocApiBase::reportLatencyInfo(GnssLatencyInfo& gnssLatencyInfo) TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportLatencyInfoEvent(gnssLatencyInfo)); } -void LocApiBase::reportEngineLockStatus(EngineLockState engineLockState) -{ - // loop through adapters, and deliver to the All handling adapter. - TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineLockStatusEvent(engineLockState)); -} - enum loc_api_adapter_err LocApiBase:: open(LOC_API_ADAPTER_EVENT_MASK_T /*mask*/) DEFAULT_IMPL(LOC_API_ADAPTER_ERR_SUCCESS) |