summaryrefslogtreecommitdiff
path: root/core/ContextBase.h
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/ContextBase.h
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/ContextBase.h')
-rw-r--r--core/ContextBase.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/ContextBase.h b/core/ContextBase.h
index fca381f..478283f 100644
--- a/core/ContextBase.h
+++ b/core/ContextBase.h
@@ -128,13 +128,8 @@ public:
inline LocApiBase* getLocApi() { return mLocApi; }
inline LocApiProxyBase* getLocApiProxy() { return mLocApiProxy; }
inline bool hasAgpsExtendedCapabilities() { return mLBSProxy->hasAgpsExtendedCapabilities(); }
- inline bool hasCPIExtendedCapabilities() { return mLBSProxy->hasCPIExtendedCapabilities(); }
inline bool hasNativeXtraClient() { return mLBSProxy->hasNativeXtraClient(); }
inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); }
- inline void requestUlp(LocAdapterBase* adapter,
- unsigned long capabilities) {
- mLBSProxy->requestUlp(adapter, capabilities);
- }
inline IzatDevId_t getIzatDevId() const {
return mLBSProxy->getIzatDevId();
}