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

  /hardware/qcom/gps/msm8960/core/
LocDualContext.cpp 55 ContextBase* LocDualContext::mFgContext = NULL;
83 if (NULL == mFgContext) {
85 mFgContext = new LocDualContext(msgTask,
88 return mFgContext;
94 if (NULL == mFgContext) {
96 mFgContext = new LocDualContext(msgTask,
99 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/msm8084/core/
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
87 if (NULL == mFgContext) {
89 mFgContext = new LocDualContext(msgTask,
93 mInjectContext = mFgContext;
96 return mFgContext;
102 if (NULL == mFgContext) {
104 mFgContext = new LocDualContext(msgTask,
109 mInjectContext = mFgContext;
112 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/core/
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
91 if (NULL == mFgContext) {
94 mFgContext = new LocDualContext(msgTask,
99 mInjectContext = mFgContext;
103 return mFgContext;
111 if (NULL == mFgContext) {
114 mFgContext = new LocDualContext(msgTask,
119 mInjectContext = mFgContext;
123 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/msm8994/core/
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
91 if (NULL == mFgContext) {
94 mFgContext = new LocDualContext(msgTask,
99 mInjectContext = mFgContext;
103 return mFgContext;
111 if (NULL == mFgContext) {
114 mFgContext = new LocDualContext(msgTask,
119 mInjectContext = mFgContext;
123 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/msm8909/core/
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
85 if (NULL == mFgContext) {
88 mFgContext = new LocDualContext(msgTask,
93 mInjectContext = mFgContext;
99 mFgContext->sendMsg(firstMsg);
102 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/msm8909w_3100/core/
LocDualContext.cpp 56 ContextBase* LocDualContext::mFgContext = NULL;
88 if (NULL == mFgContext) {
91 mFgContext = new LocDualContext(msgTask,
96 mInjectContext = mFgContext;
102 mFgContext->sendMsg(firstMsg);
105 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/msm8996/core/
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
85 if (NULL == mFgContext) {
88 mFgContext = new LocDualContext(msgTask,
93 mInjectContext = mFgContext;
99 mFgContext->sendMsg(firstMsg);
102 return mFgContext;
LocDualContext.h 41 static ContextBase* mFgContext;
  /hardware/qcom/gps/msm8998/core/
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
90 if (NULL == mFgContext) {
93 mFgContext = new LocDualContext(msgTask,
98 mInjectContext = mFgContext;
103 mFgContext->sendMsg(firstMsg);
106 return mFgContext;
LocDualContext.h 43 static ContextBase* mFgContext;

Completed in 53 milliseconds