OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBgContext
(Results
1 - 14
of
14
) sorted by null
/hardware/qcom/gps/msm8960/core/
LocDualContext.cpp
56
ContextBase* LocDualContext::
mBgContext
= NULL;
106
if (NULL ==
mBgContext
) {
108
mBgContext
= new LocDualContext(msgTask,
111
return
mBgContext
;
117
if (NULL ==
mBgContext
) {
119
mBgContext
= new LocDualContext(msgTask,
122
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
/hardware/qcom/gps/msm8084/core/
LocDualContext.cpp
58
ContextBase* LocDualContext::
mBgContext
= NULL;
119
if (NULL ==
mBgContext
) {
121
mBgContext
= new LocDualContext(msgTask,
126
mInjectContext =
mBgContext
;
129
return
mBgContext
;
135
if (NULL ==
mBgContext
) {
137
mBgContext
= new LocDualContext(msgTask,
142
mInjectContext =
mBgContext
;
145
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
/hardware/qcom/gps/core/
LocDualContext.cpp
58
ContextBase* LocDualContext::
mBgContext
= NULL;
131
if (NULL ==
mBgContext
) {
134
mBgContext
= new LocDualContext(msgTask,
139
mInjectContext =
mBgContext
;
143
return
mBgContext
;
151
if (NULL ==
mBgContext
) {
154
mBgContext
= new LocDualContext(msgTask,
159
mInjectContext =
mBgContext
;
163
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
/hardware/qcom/gps/msm8994/core/
LocDualContext.cpp
58
ContextBase* LocDualContext::
mBgContext
= NULL;
131
if (NULL ==
mBgContext
) {
134
mBgContext
= new LocDualContext(msgTask,
139
mInjectContext =
mBgContext
;
143
return
mBgContext
;
151
if (NULL ==
mBgContext
) {
154
mBgContext
= new LocDualContext(msgTask,
159
mInjectContext =
mBgContext
;
163
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
/hardware/qcom/gps/msm8909/core/
LocDualContext.cpp
58
ContextBase* LocDualContext::
mBgContext
= NULL;
110
if (NULL ==
mBgContext
) {
113
mBgContext
= new LocDualContext(msgTask,
118
mInjectContext =
mBgContext
;
124
mBgContext
->sendMsg(firstMsg);
127
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
/hardware/qcom/gps/msm8996/core/
LocDualContext.cpp
58
ContextBase* LocDualContext::
mBgContext
= NULL;
110
if (NULL ==
mBgContext
) {
113
mBgContext
= new LocDualContext(msgTask,
118
mInjectContext =
mBgContext
;
124
mBgContext
->sendMsg(firstMsg);
127
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
/hardware/qcom/gps/msmcobalt/core/
LocDualContext.cpp
58
ContextBase* LocDualContext::
mBgContext
= NULL;
114
if (NULL ==
mBgContext
) {
117
mBgContext
= new LocDualContext(msgTask,
122
mInjectContext =
mBgContext
;
128
mBgContext
->sendMsg(firstMsg);
131
return
mBgContext
;
LocDualContext.h
42
static ContextBase*
mBgContext
;
Completed in 1520 milliseconds