summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-11-08 01:02:30 -0800
committerLinux Build Service Account <lnxbuild@localhost>2022-11-08 01:02:30 -0800
commit28fb84e8d1cb41e22e7f6210ea04190914db103f (patch)
tree5b738415dd104ede73fc0302be693557ad2cc3d5 /core/LocApiBase.h
parentc259797d7567e8fb71d46fb69a0fa941cdd4b72c (diff)
parentee0fa20a1d35466b22264116eaeb957495ce6667 (diff)
Merge ee0fa20a1d35466b22264116eaeb957495ce6667 on remote branchHEADumineko-8350tachibana-8350
Change-Id: Ie3e99d857848862a71a6b35e4293b905b7fd9fd4
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 6f1b04f..cbe5f9f 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -137,7 +137,6 @@ protected:
bool isInSession();
const LOC_API_ADAPTER_EVENT_MASK_T mExcludedMask;
bool isMaster();
- EngineLockState mEngineLockState;
public:
inline void sendMsg(const LocMsg* msg) const {
@@ -204,7 +203,6 @@ public:
void sendNfwNotification(GnssNfwNotification& notification);
void reportGnssConfig(uint32_t sessionId, const GnssConfig& gnssConfig);
void reportLatencyInfo(GnssLatencyInfo& gnssLatencyInfo);
- void reportEngineLockStatus(EngineLockState engineLockState);
void reportQwesCapabilities
(
const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
@@ -347,14 +345,6 @@ public:
LocApiResponse* adapterResponse=nullptr);
virtual void getConstellationMultiBandConfig(uint32_t sessionId,
LocApiResponse* adapterResponse=nullptr);
-
- inline EngineLockState getEngineLockState() {
- return mEngineLockState;
- }
-
- inline void setEngineLockState(EngineLockState engineLockState) {
- mEngineLockState = engineLockState;
- }
};
class ElapsedRealtimeEstimator {