HomeSort by relevance Sort by last modified time
    Searched refs:ContextBase (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /hardware/qcom/gps/core/
LocDualContext.h 35 #include <ContextBase.h>
39 class LocDualContext : public ContextBase {
41 static ContextBase* mFgContext;
42 static ContextBase* mBgContext;
43 static ContextBase* mInjectContext;
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
69 static void injectFeatureConfig(ContextBase *context)
    [all...]
LBSProxyBase.h 38 class ContextBase;
41 friend class ContextBase;
45 ContextBase* context) const {
57 virtual void injectFeatureConfig(ContextBase* context) const {}
LocAdapterProxyBase.h 33 #include <ContextBase.h>
43 ContextBase* context):
49 ContextBase* getContext() const {
ContextBase.h 42 class ContextBase {
51 ContextBase(const MsgTask* msgTask,
54 inline virtual ~ContextBase() { delete mLocApi; delete mLBSProxy; }
  /hardware/qcom/gps/msm8084/core/
LocDualContext.h 35 #include <ContextBase.h>
39 class LocDualContext : public ContextBase {
41 static ContextBase* mFgContext;
42 static ContextBase* mBgContext;
43 static ContextBase* mInjectContext;
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
68 static void injectFeatureConfig(ContextBase *context)
    [all...]
LBSProxyBase.h 38 class ContextBase;
41 friend class ContextBase;
45 ContextBase* context) const {
56 virtual void injectFeatureConfig(ContextBase* context) const {}
LocAdapterProxyBase.h 33 #include <ContextBase.h>
43 ContextBase* context):
49 ContextBase* getContext() const {
LocDualContext.cpp 57 ContextBase* LocDualContext::mFgContext = NULL;
58 ContextBase* LocDualContext::mBgContext = NULL;
59 ContextBase* LocDualContext::mInjectContext = NULL;
84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
99 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
116 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
132 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate,
148 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
161 ContextBase(msgTask, exMask, mLBSLibName)
ContextBase.h 42 class ContextBase {
51 ContextBase(const MsgTask* msgTask,
54 inline virtual ~ContextBase() { delete mLocApi; delete mLBSProxy; }
IzatProxyBase.h 41 friend class ContextBase;
  /hardware/qcom/gps/msm8994/core/
LocDualContext.h 35 #include <ContextBase.h>
39 class LocDualContext : public ContextBase {
41 static ContextBase* mFgContext;
42 static ContextBase* mBgContext;
43 static ContextBase* mInjectContext;
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
69 static void injectFeatureConfig(ContextBase *context)
    [all...]
LBSProxyBase.h 38 class ContextBase;
41 friend class ContextBase;
45 ContextBase* context) const {
57 virtual void injectFeatureConfig(ContextBase* context) const {}
LocAdapterProxyBase.h 33 #include <ContextBase.h>
43 ContextBase* context):
49 ContextBase* getContext() const {
ContextBase.h 42 class ContextBase {
51 ContextBase(const MsgTask* msgTask,
54 inline virtual ~ContextBase() { delete mLocApi; delete mLBSProxy; }
  /hardware/qcom/gps/msm8960/core/
LocDualContext.h 35 #include <ContextBase.h>
39 class LocDualContext : public ContextBase {
41 static ContextBase* mFgContext;
42 static ContextBase* mBgContext;
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
ContextBase.h 42 class ContextBase {
51 ContextBase(const MsgTask* msgTask,
54 inline virtual ~ContextBase() { delete mLocApi; delete mIzatProxy; }
LocDualContext.cpp 55 ContextBase* LocDualContext::mFgContext = NULL;
56 ContextBase* LocDualContext::mBgContext = NULL;
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
91 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
114 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate,
127 ContextBase(msgTask, exMask, mIzatLibName)
  /hardware/qcom/gps/msm8909/core/
LBSProxyBase.h 38 class ContextBase;
41 friend class ContextBase;
45 ContextBase* context) const {
57 virtual void injectFeatureConfig(ContextBase* context) const {}
LocDualContext.h 35 #include <ContextBase.h>
39 class LocDualContext : public ContextBase {
41 static ContextBase* mFgContext;
42 static ContextBase* mBgContext;
43 static ContextBase* mInjectContext;
60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
62 inline static ContextBase* getLocFgContext(const char* name, bool joinable = true) {
65 static ContextBase* getLocBgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
67 inline static ContextBase* getLocBgContext(const char* name, bool joinable = true) {
71 static void injectFeatureConfig(ContextBase *context)
    [all...]
LocAdapterProxyBase.h 33 #include <ContextBase.h>
43 ContextBase* context):
49 ContextBase* getContext() const {
ContextBase.h 42 class ContextBase {
51 ContextBase(const MsgTask* msgTask,
54 inline virtual ~ContextBase() { delete mLocApi; delete mLBSProxy; }
  /hardware/qcom/gps/msm8996/core/
LBSProxyBase.h 38 class ContextBase;
41 friend class ContextBase;
45 ContextBase* context) const {
57 virtual void injectFeatureConfig(ContextBase* context) const {}
LocDualContext.h 35 #include <ContextBase.h>
39 class LocDualContext : public ContextBase {
41 static ContextBase* mFgContext;
42 static ContextBase* mBgContext;
43 static ContextBase* mInjectContext;
60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
62 inline static ContextBase* getLocFgContext(const char* name, bool joinable = true) {
65 static ContextBase* getLocBgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
67 inline static ContextBase* getLocBgContext(const char* name, bool joinable = true) {
71 static void injectFeatureConfig(ContextBase *context)
    [all...]
LocAdapterProxyBase.h 33 #include <ContextBase.h>
43 ContextBase* context):
49 ContextBase* getContext() const {
ContextBase.h 42 class ContextBase {
51 ContextBase(const MsgTask* msgTask,
54 inline virtual ~ContextBase() { delete mLocApi; delete mLBSProxy; }

Completed in 554 milliseconds

1 2 3 4 5