/hardware/qcom/gps/msm8960/core/ |
D | LocDualContext.cpp | 54 const MsgTask* LocDualContext::mMsgTask = NULL; member in loc_core::LocDualContext 65 if (NULL == mMsgTask) { in getMsgTask() 66 mMsgTask = new MsgTask(tCreator, name); in getMsgTask() 68 return mMsgTask; in getMsgTask() 74 if (NULL == mMsgTask) { in getMsgTask() 75 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 77 return mMsgTask; in getMsgTask()
|
D | ContextBase.cpp | 67 if (NULL == (locApi = mIzatProxy->getLocApi(mMsgTask, exMask))) { in createLocApi() 75 locApi = (*getter)(mMsgTask,exMask); in createLocApi() 87 locApi = (*getter)(mMsgTask, exMask); in createLocApi() 97 locApi = new LocApiBase(mMsgTask, exMask); in createLocApi() 107 mMsgTask(msgTask), in ContextBase()
|
D | LocAdapterBase.h | 43 const MsgTask* mMsgTask; variable 46 mEvtMask(0), mContext(NULL), mLocApi(NULL), mMsgTask(msgTask) {} in LocAdapterBase() 63 mMsgTask->sendMsg(msg); in sendMsg() 67 mMsgTask->sendMsg(msg); in sendMsg()
|
D | ContextBase.h | 47 const MsgTask* mMsgTask; variable 56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
|
D | LocDualContext.h | 40 static const MsgTask* mMsgTask; variable
|
D | LocAdapterBase.cpp | 66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask()) in LocAdapterBase()
|
D | LocApiBase.cpp | 108 mExcludedMask(excludedMask), mMsgTask(msgTask), mMask(0) in LocApiBase() 181 mMsgTask->sendMsg(new LocSsrMsg(this)); in handleEngineUpEvent()
|
D | LocApiBase.h | 62 const MsgTask* mMsgTask; variable
|
/hardware/qcom/gps/core/ |
D | LocDualContext.cpp | 55 const MsgTask* LocDualContext::mMsgTask = NULL; member in loc_core::LocDualContext 66 if (NULL == mMsgTask) { in getMsgTask() 67 mMsgTask = new MsgTask(tCreator, name); in getMsgTask() 69 return mMsgTask; in getMsgTask() 75 if (NULL == mMsgTask) { in getMsgTask() 76 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 78 mMsgTask->associate(tAssociate); in getMsgTask() 80 return mMsgTask; in getMsgTask()
|
D | ContextBase.cpp | 76 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) { in createLocApi() 85 locApi = (*getter)(mMsgTask,exMask, this); in createLocApi() 100 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 110 locApi = new LocApiBase(mMsgTask, exMask, this); in createLocApi() 120 mMsgTask(msgTask), in ContextBase()
|
D | LocAdapterBase.h | 46 const MsgTask* mMsgTask; variable 49 mEvtMask(0), mContext(NULL), mLocApi(NULL), mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {} in LocAdapterBase() 64 mMsgTask->sendMsg(msg); in sendMsg() 68 mMsgTask->sendMsg(msg); in sendMsg()
|
D | ContextBase.h | 47 const MsgTask* mMsgTask; variable 56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
|
D | LocApiBase.cpp | 131 mExcludedMask(excludedMask), mMsgTask(msgTask), mMask(0), mContext(context) in LocApiBase() 163 mMsgTask->sendMsg(new LocOpenMsg(this, in addAdapter() 200 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask())); in removeAdapter() 209 mMsgTask->sendMsg(new LocSsrMsg(this)); in handleEngineUpEvent()
|
D | LocApiBase.h | 73 const MsgTask* mMsgTask; variable 93 mMsgTask->sendMsg(msg); in sendMsg()
|
D | LocDualContext.h | 40 static const MsgTask* mMsgTask; variable
|
D | LocAdapterBase.cpp | 48 mMsgTask(context->getMsgTask()) in LocAdapterBase()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | LocEngAdapter.h | 92 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | LocEngAdapter.h | 107 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
|