Searched refs:getMsgTask (Results 1 - 25 of 42) sorted by relevance

12

/hardware/qcom/gps/msm8960/core/
H A DLocDualContext.cpp62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, function in class:loc_core::LocDualContext
71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, function in class:loc_core::LocDualContext
84 const MsgTask* msgTask = getMsgTask(tCreator, name);
95 const MsgTask* msgTask = getMsgTask(tAssociate, name);
107 const MsgTask* msgTask = getMsgTask(tCreator, name);
118 const MsgTask* msgTask = getMsgTask(tAssociate, name);
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
H A DContextBase.h56 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
H A DLocAdapterBase.cpp66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask())
/hardware/qcom/gps/msm8084/core/
H A DLocDualContext.cpp64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, function in class:loc_core::LocDualContext
73 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, function in class:loc_core::LocDualContext
88 const MsgTask* msgTask = getMsgTask(tCreator, name);
103 const MsgTask* msgTask = getMsgTask(tAssociate, name);
120 const MsgTask* msgTask = getMsgTask(tCreator, name);
136 const MsgTask* msgTask = getMsgTask(tAssociate, name);
H A DContextBase.h56 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
65 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
H A DLocAdapterBase.cpp48 mMsgTask(context->getMsgTask())
/hardware/qcom/gps/core/
H A DContextBase.h56 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
66 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, function in class:loc_core::LocDualContext
75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, function in class:loc_core::LocDualContext
93 const MsgTask* msgTask = getMsgTask(tCreator, name);
113 const MsgTask* msgTask = getMsgTask(tAssociate, name);
133 const MsgTask* msgTask = getMsgTask(tCreator, name);
153 const MsgTask* msgTask = getMsgTask(tAssociate, name);
H A DLocAdapterBase.cpp48 mMsgTask(context->getMsgTask())
/hardware/qcom/gps/msm8994/core/
H A DContextBase.h56 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
66 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, function in class:loc_core::LocDualContext
75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, function in class:loc_core::LocDualContext
93 const MsgTask* msgTask = getMsgTask(tCreator, name);
113 const MsgTask* msgTask = getMsgTask(tAssociate, name);
133 const MsgTask* msgTask = getMsgTask(tCreator, name);
153 const MsgTask* msgTask = getMsgTask(tAssociate, name);
/hardware/qcom/gps/msm8909/core/
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, function in class:loc_core::LocDualContext
76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { function in class:loc_core::LocDualContext
77 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
H A DContextBase.h56 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
67 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
H A DLocDualContext.h44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
46 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
H A DLocAdapterBase.cpp48 mMsgTask(context->getMsgTask())
/hardware/qcom/gps/msm8996/core/
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, function in class:loc_core::LocDualContext
76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { function in class:loc_core::LocDualContext
77 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
H A DLocDualContext.h44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
46 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
H A DContextBase.h114 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
125 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
/hardware/qcom/gps/msm8998/core/
H A DLocDualContext.cpp70 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, function in class:loc_core::LocDualContext
80 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { function in class:loc_core::LocDualContext
81 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
91 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
116 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
H A DLocDualContext.h44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
46 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
H A DContextBase.h119 inline const MsgTask* getMsgTask() { return mMsgTask; } function in class:loc_core::ContextBase
133 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }

Completed in 69 milliseconds

12