Home
last modified time | relevance | path

Searched refs:mInjectContext (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/core/
DLocDualContext.cpp59 ContextBase* LocDualContext::mInjectContext = NULL; member in loc_core::LocDualContext
92 if(NULL == mInjectContext) { in getLocFgContext()
93 mInjectContext = mFgContext; in getLocFgContext()
94 injectFeatureConfig(mInjectContext); in getLocFgContext()
107 if(NULL == mInjectContext) { in getLocFgContext()
109 mInjectContext = mFgContext; in getLocFgContext()
110 injectFeatureConfig(mInjectContext); in getLocFgContext()
124 if(NULL == mInjectContext) { in getLocBgContext()
126 mInjectContext = mBgContext; in getLocBgContext()
127 injectFeatureConfig(mInjectContext); in getLocBgContext()
[all …]
DLocDualContext.h43 static ContextBase* mInjectContext; variable