Searched defs:tCreator (Results 1 - 21 of 21) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator, argument
46 if (!mThread->start(tCreator, threadName, this, joinable)) {
/hardware/qcom/gps/msm8960/core/
H A DLocDualContext.cpp62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, argument
66 mMsgTask = new MsgTask(tCreator, name);
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, argument
84 const MsgTask* msgTask = getMsgTask(tCreator, name);
103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, argument
107 const MsgTask* msgTask = getMsgTask(tCreator, name);
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
49 if (tCreator) {
50 tCreator(threadName, loopMain,
/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator, argument
46 if (!mThread->start(tCreator, threadName, this, joinable)) {
/hardware/qcom/gps/msm8998/utils/
H A DMsgTask.cpp42 MsgTask::MsgTask(LocThread::tCreate tCreator, argument
45 if (!mThread->start(tCreator, threadName, this, joinable)) {
/hardware/qcom/gps/core/
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, argument
70 mMsgTask = new MsgTask(tCreator, name);
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, argument
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, argument
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, nam
[all...]
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
49 if (tCreator) {
50 tCreator(threadName, loopMain,
/hardware/qcom/gps/msm8084/core/
H A DLocDualContext.cpp64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, argument
68 mMsgTask = new MsgTask(tCreator, name);
84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, argument
88 const MsgTask* msgTask = getMsgTask(tCreator, name);
116 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, argument
120 const MsgTask* msgTask = getMsgTask(tCreator, name);
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
49 if (tCreator) {
50 tCreator(threadName, loopMain,
/hardware/qcom/gps/msm8909/core/
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, argument
70 mMsgTask = new MsgTask(tCreator, name, joinable);
80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, argument
84 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
86 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, argument
109 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
111 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
112 const MsgTask* msgTask = getMsgTask(tCreator, nam
[all...]
/hardware/qcom/gps/msm8994/core/
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, argument
70 mMsgTask = new MsgTask(tCreator, name);
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, argument
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, argument
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, nam
[all...]
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
49 if (tCreator) {
50 tCreator(threadName, loopMain,
/hardware/qcom/gps/msm8996/core/
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, argument
70 mMsgTask = new MsgTask(tCreator, name, joinable);
80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, argument
84 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
86 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, argument
109 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
111 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
112 const MsgTask* msgTask = getMsgTask(tCreator, nam
[all...]
/hardware/qcom/gps/msm8998/core/
H A DLocDualContext.cpp70 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, argument
74 mMsgTask = new MsgTask(tCreator, name, joinable);
84 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, argument
88 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
90 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
91 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
109 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, argument
113 LOC_LOGD("%s:%d]: querying ContextBase with tCreator", __func__, __LINE__);
115 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
116 const MsgTask* msgTask = getMsgTask(tCreator, nam
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp71 MsgTask::tCreate tCreator) :
74 tCreator,
69 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, MsgTask::tCreate tCreator) argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp58 MsgTask::tCreate tCreator) :
63 LocDualContext::getLocFgContext(tCreator,
56 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, ContextBase* context, MsgTask::tCreate tCreator) argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp62 MsgTask::tCreate tCreator) :
67 LocDualContext::getLocFgContext(tCreator,
60 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, ContextBase* context, MsgTask::tCreate tCreator) argument
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp59 LocThread::tCreate tCreator) :
64 LocDualContext::getLocFgContext(tCreator,
57 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, ContextBase* context, LocThread::tCreate tCreator) argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp58 MsgTask::tCreate tCreator) :
63 LocDualContext::getLocFgContext(tCreator,
56 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, ContextBase* context, MsgTask::tCreate tCreator) argument
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp59 LocThread::tCreate tCreator) :
64 LocDualContext::getLocFgContext(tCreator,
57 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, ContextBase* context, LocThread::tCreate tCreator) argument
/hardware/qcom/gps/msm8998/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp65 LocThread::tCreate tCreator) :
70 LocDualContext::getLocFgContext(tCreator,
63 LocEngAdapter(LOC_API_ADAPTER_EVENT_MASK_T mask, void* owner, ContextBase* context, LocThread::tCreate tCreator) argument

Completed in 115 milliseconds