Home | History | Annotate | Download | only in core

Lines Matching refs:tAssociate

75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
79 mMsgTask = new MsgTask(tAssociate, name);
80 } else if (tAssociate) {
81 mMsgTask->associate(tAssociate);
106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
110 LOC_LOGD("%s:%d]: querying ContextBase with tAssociate", __func__, __LINE__);
112 LOC_LOGD("%s:%d]: creating msgTask with tAssociate", __func__, __LINE__);
113 const MsgTask* msgTask = getMsgTask(tAssociate, name);
146 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate,
150 LOC_LOGD("%s:%d]: querying ContextBase with tAssociate", __func__, __LINE__);
152 LOC_LOGD("%s:%d]: creating msgTask with tAssociate", __func__, __LINE__);
153 const MsgTask* msgTask = getMsgTask(tAssociate, name);