summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2018-05-15 10:21:09 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-12 09:46:49 -0700
commitb150a53ee3f02c8441754fcc6834802da7d96f40 (patch)
tree76aab803f16c7a350f020a3f7422cdd9c1535668 /core/LocApiBase.h
parentf7981a3c11485795568f0205d0cb4c549f135064 (diff)
downloadgps-b150a53ee3f02c8441754fcc6834802da7d96f40.tar.gz
Handle updating the carrier configuration
Set GPS_LOCK for cases where the modem has two SIMs Change-Id: I2745b9469b2f755b0a24be2a7f4ae514c35a37cb CRs-fixed: 2018029
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index a96c019..8c516fd 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -121,6 +121,7 @@ protected:
inline virtual ~LocApiBase() { close(); }
bool isInSession();
const LOC_API_ADAPTER_EVENT_MASK_T mExcludedMask;
+ bool isMaster();
public:
inline void sendMsg(const LocMsg* msg) const {
@@ -247,12 +248,6 @@ public:
void updateEvtMask();
virtual LocationError setGpsLockSync(GnssConfigGpsLock lock);
- /*
- Returns
- Current value of GPS Lock on success
- -1 on failure
- */
- virtual int getGpsLock(void);
virtual LocationError setXtraVersionCheckSync(uint32_t check);