Lines Matching defs:tCreator
66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
70 mMsgTask = new MsgTask(tCreator, name);
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
90 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
92 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
93 const MsgTask* msgTask = getMsgTask(tCreator, name);
126 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
130 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
132 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
133 const MsgTask* msgTask = getMsgTask(tCreator, name);