HomeSort by relevance Sort by last modified time
    Searched defs:getMsgTask (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/core/
ContextBase.h 56 inline const MsgTask* getMsgTask() { return mMsgTask; }
65 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
LocDualContext.cpp 64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
73 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
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);
  /hardware/qcom/gps/msm8960/core/
ContextBase.h 56 inline const MsgTask* getMsgTask() { return mMsgTask; }
LocDualContext.cpp 62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
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);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.h 107 inline const MsgTask* getMsgTask() { return mMsgTask; }
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.h 92 inline const MsgTask* getMsgTask() { return mMsgTask; }

Completed in 180 milliseconds