Home
last modified time | relevance | path

Searched refs:mMsgTask (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/gps/msm8960/core/
DLocDualContext.cpp54 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()
DContextBase.cpp67 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()
DLocAdapterBase.h43 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()
DContextBase.h47 const MsgTask* mMsgTask; variable
56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
DLocDualContext.h40 static const MsgTask* mMsgTask; variable
DLocAdapterBase.cpp66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask()) in LocAdapterBase()
DLocApiBase.cpp108 mExcludedMask(excludedMask), mMsgTask(msgTask), mMask(0) in LocApiBase()
181 mMsgTask->sendMsg(new LocSsrMsg(this)); in handleEngineUpEvent()
DLocApiBase.h62 const MsgTask* mMsgTask; variable
/hardware/qcom/gps/core/
DLocDualContext.cpp55 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()
DContextBase.cpp76 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()
DLocAdapterBase.h46 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()
DContextBase.h47 const MsgTask* mMsgTask; variable
56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
DLocApiBase.cpp131 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()
DLocApiBase.h73 const MsgTask* mMsgTask; variable
93 mMsgTask->sendMsg(msg); in sendMsg()
DLocDualContext.h40 static const MsgTask* mMsgTask; variable
DLocAdapterBase.cpp48 mMsgTask(context->getMsgTask()) in LocAdapterBase()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
DLocEngAdapter.h92 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.h107 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()