HomeSort by relevance Sort by last modified time
    Searched refs:mInjectContext (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/gps/msm8084/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
92 if(NULL == mInjectContext) {
93 mInjectContext = mFgContext;
94 injectFeatureConfig(mInjectContext);
107 if(NULL == mInjectContext) {
108 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
109 mInjectContext = mFgContext;
110 injectFeatureConfig(mInjectContext);
124 if(NULL == mInjectContext) {
125 LOC_LOGD("%s:%d]: mInjectContext is BgContext", __func__, __LINE__)
    [all...]
LocDualContext.h 43 static ContextBase* mInjectContext;
  /hardware/qcom/gps/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
97 if(NULL == mInjectContext) {
98 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
99 mInjectContext = mFgContext;
100 injectFeatureConfig(mInjectContext);
117 if(NULL == mInjectContext) {
118 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
119 mInjectContext = mFgContext;
120 injectFeatureConfig(mInjectContext);
137 if(NULL == mInjectContext) {
    [all...]
LocDualContext.h 43 static ContextBase* mInjectContext;
  /hardware/qcom/gps/msm8994/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
97 if(NULL == mInjectContext) {
98 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
99 mInjectContext = mFgContext;
100 injectFeatureConfig(mInjectContext);
117 if(NULL == mInjectContext) {
118 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
119 mInjectContext = mFgContext;
120 injectFeatureConfig(mInjectContext);
137 if(NULL == mInjectContext) {
    [all...]
LocDualContext.h 43 static ContextBase* mInjectContext;
  /hardware/qcom/gps/msm8909/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
91 if(NULL == mInjectContext) {
92 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
93 mInjectContext = mFgContext;
94 injectFeatureConfig(mInjectContext);
116 if(NULL == mInjectContext) {
117 LOC_LOGD("%s:%d]: mInjectContext is BgContext", __func__, __LINE__);
118 mInjectContext = mBgContext;
119 injectFeatureConfig(mInjectContext);
133 if(curContext == mInjectContext) {
    [all...]
LocDualContext.h 43 static ContextBase* mInjectContext;
  /hardware/qcom/gps/msm8996/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
91 if(NULL == mInjectContext) {
92 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
93 mInjectContext = mFgContext;
94 injectFeatureConfig(mInjectContext);
116 if(NULL == mInjectContext) {
117 LOC_LOGD("%s:%d]: mInjectContext is BgContext", __func__, __LINE__);
118 mInjectContext = mBgContext;
119 injectFeatureConfig(mInjectContext);
133 if(curContext == mInjectContext) {
    [all...]
LocDualContext.h 43 static ContextBase* mInjectContext;
  /hardware/qcom/gps/msm8998/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
96 if(NULL == mInjectContext) {
97 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
98 mInjectContext = mFgContext;
120 if(NULL == mInjectContext) {
121 LOC_LOGD("%s:%d]: mInjectContext is BgContext", __func__, __LINE__);
122 mInjectContext = mBgContext;
136 ((LocDualContext *)mInjectContext)->mLBSProxy);
137 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
LocDualContext.h 45 static ContextBase* mInjectContext;
  /hardware/qcom/gps/sdm845/core/
LocDualContext.cpp 59 ContextBase* LocDualContext::mInjectContext = NULL;
96 if(NULL == mInjectContext) {
97 LOC_LOGD("%s:%d]: mInjectContext is FgContext", __func__, __LINE__);
98 mInjectContext = mFgContext;
99 injectFeatureConfig(mInjectContext);
121 if(NULL == mInjectContext) {
122 LOC_LOGD("%s:%d]: mInjectContext is BgContext", __func__, __LINE__);
123 mInjectContext = mBgContext;
124 injectFeatureConfig(mInjectContext);
138 if(curContext == mInjectContext) {
    [all...]
LocDualContext.h 45 static ContextBase* mInjectContext;

Completed in 47 milliseconds