Searched refs:getMsgTask (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/gps/msm8960/core/ |
D | LocDualContext.cpp | 62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask() function in loc_core::LocDualContext 71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() function in loc_core::LocDualContext 84 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext() 95 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 107 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocBgContext() 118 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocBgContext()
|
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator, 46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
|
D | ContextBase.h | 56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask() function
|
D | LocAdapterBase.cpp | 66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask()) in LocAdapterBase()
|
/hardware/qcom/gps/core/ |
D | LocDualContext.cpp | 63 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask() function in loc_core::LocDualContext 72 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() function in loc_core::LocDualContext 87 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext() 102 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 119 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocBgContext() 135 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocBgContext()
|
D | ContextBase.h | 56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask() function 65 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); } in sendMsg()
|
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator, 46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
|
D | LocAdapterBase.cpp | 48 mMsgTask(context->getMsgTask()) in LocAdapterBase()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 39 LocAdapterBase(adapter->getMsgTask()), in LocInternalAdapter()
|
D | LocEngAdapter.h | 92 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask() function
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 39 LocAdapterBase(adapter->getMsgTask()), in LocInternalAdapter()
|
D | LocEngAdapter.h | 107 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask() function
|