OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextBase
(Results
26 - 50
of
103
) sorted by null
1
2
3
4
5
/hardware/qcom/gps/msm8084/core/
LocAdapterBase.h
34
#include <
ContextBase
.h>
43
ContextBase
* mContext;
53
ContextBase
* context, LocAdapterProxyBase *adapterProxyBase = NULL);
104
ContextBase
* getContext() const { return mContext; }
ContextBase.cpp
35
#include <
ContextBase
.h>
43
LBSProxyBase*
ContextBase
::getLBSProxy(const char* libName)
70
LocApiBase*
ContextBase
::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask)
116
ContextBase
::
ContextBase
(const MsgTask* msgTask,
Android.mk
23
ContextBase
.cpp \
40
ContextBase
.h \
LocApiBase.h
39
class
ContextBase
;
72
friend class
ContextBase
;
74
ContextBase
*mContext;
86
ContextBase
* context = NULL);
238
ContextBase
*context);
/hardware/qcom/gps/msm8960/core/
Android.mk
20
ContextBase
.cpp \
37
ContextBase
.h \
IzatProxyBase.h
41
friend class
ContextBase
;
ContextBase.cpp
35
#include <
ContextBase
.h>
44
IzatProxyBase*
ContextBase
::getIzatProxy(const char* libName)
61
LocApiBase*
ContextBase
::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask)
103
ContextBase
::
ContextBase
(const MsgTask* msgTask,
LocAdapterBase.h
34
#include <
ContextBase
.h>
41
ContextBase
* mContext;
49
ContextBase
* context);
/hardware/qcom/gps/msm8909/core/
LocDualContext.cpp
57
ContextBase
* LocDualContext::mFgContext = NULL;
58
ContextBase
* LocDualContext::mBgContext = NULL;
59
ContextBase
* LocDualContext::mInjectContext = NULL;
80
ContextBase
* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
84
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
105
ContextBase
* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,
109
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
130
void LocDualContext :: injectFeatureConfig(
ContextBase
*curContext)
143
ContextBase
(msgTask, exMask, mLBSLibName)
ContextBase.cpp
35
#include <
ContextBase
.h>
43
LBSProxyBase*
ContextBase
::getLBSProxy(const char* libName)
62
LocApiBase*
ContextBase
::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask)
104
ContextBase
::
ContextBase
(const MsgTask* msgTask,
Android.mk
28
ContextBase
.cpp \
45
ContextBase
.h \
LocAdapterBase.h
34
#include <
ContextBase
.h>
43
ContextBase
* mContext;
54
ContextBase
* context, LocAdapterProxyBase *adapterProxyBase = NULL);
113
ContextBase
* getContext() const { return mContext; }
/hardware/qcom/gps/msm8996/core/
LocDualContext.cpp
57
ContextBase
* LocDualContext::mFgContext = NULL;
58
ContextBase
* LocDualContext::mBgContext = NULL;
59
ContextBase
* LocDualContext::mInjectContext = NULL;
80
ContextBase
* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
84
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
105
ContextBase
* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,
109
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
130
void LocDualContext :: injectFeatureConfig(
ContextBase
*curContext)
143
ContextBase
(msgTask, exMask, mLBSLibName)
ContextBase.cpp
35
#include <
ContextBase
.h>
43
LBSProxyBase*
ContextBase
::getLBSProxy(const char* libName)
62
LocApiBase*
ContextBase
::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask)
104
ContextBase
::
ContextBase
(const MsgTask* msgTask,
Android.mk
28
ContextBase
.cpp \
45
ContextBase
.h \
LocAdapterBase.h
34
#include <
ContextBase
.h>
43
ContextBase
* mContext;
54
ContextBase
* context, LocAdapterProxyBase *adapterProxyBase = NULL);
113
ContextBase
* getContext() const { return mContext; }
/hardware/qcom/gps/core/
ContextBase.cpp
35
#include <
ContextBase
.h>
43
LBSProxyBase*
ContextBase
::getLBSProxy(const char* libName)
62
LocApiBase*
ContextBase
::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask)
104
ContextBase
::
ContextBase
(const MsgTask* msgTask,
LocDualContext.cpp
57
ContextBase
* LocDualContext::mFgContext = NULL;
58
ContextBase
* LocDualContext::mBgContext = NULL;
59
ContextBase
* LocDualContext::mInjectContext = NULL;
86
ContextBase
* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
90
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
106
ContextBase
* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
110
LOC_LOGD("%s:%d]: querying
ContextBase
with tAssociate", __func__, __LINE__);
126
ContextBase
* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
130
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
146
ContextBase
* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate
[
all
...]
Android.mk
29
ContextBase
.cpp \
46
ContextBase
.h \
LocAdapterBase.h
34
#include <
ContextBase
.h>
43
ContextBase
* mContext;
54
ContextBase
* context, LocAdapterProxyBase *adapterProxyBase = NULL);
113
ContextBase
* getContext() const { return mContext; }
LocApiBase.h
39
class
ContextBase
;
79
friend class
ContextBase
;
81
ContextBase
*mContext;
94
ContextBase
* context = NULL);
257
ContextBase
*context);
/hardware/qcom/gps/msm8994/core/
ContextBase.cpp
35
#include <
ContextBase
.h>
43
LBSProxyBase*
ContextBase
::getLBSProxy(const char* libName)
62
LocApiBase*
ContextBase
::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask)
104
ContextBase
::
ContextBase
(const MsgTask* msgTask,
LocDualContext.cpp
57
ContextBase
* LocDualContext::mFgContext = NULL;
58
ContextBase
* LocDualContext::mBgContext = NULL;
59
ContextBase
* LocDualContext::mInjectContext = NULL;
86
ContextBase
* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
90
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
106
ContextBase
* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
110
LOC_LOGD("%s:%d]: querying
ContextBase
with tAssociate", __func__, __LINE__);
126
ContextBase
* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
130
LOC_LOGD("%s:%d]: querying
ContextBase
with tCreator", __func__, __LINE__);
146
ContextBase
* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate
[
all
...]
Android.mk
29
ContextBase
.cpp \
46
ContextBase
.h \
LocAdapterBase.h
34
#include <
ContextBase
.h>
43
ContextBase
* mContext;
54
ContextBase
* context, LocAdapterProxyBase *adapterProxyBase = NULL);
113
ContextBase
* getContext() const { return mContext; }
Completed in 425 milliseconds
1
2
3
4
5