Home
last modified time | relevance | path

Searched refs:MsgTask (Results 1 – 25 of 247) sorted by relevance

12345678910

/hardware/qcom/sdm845/gps/msm8960/core/
DLocDualContext.cpp54 const MsgTask* LocDualContext::mMsgTask = NULL;
62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask()
66 mMsgTask = new MsgTask(tCreator, name); in getMsgTask()
71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask()
75 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask()
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext()
84 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext()
91 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext()
95 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext()
103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext()
[all …]
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::createPThread(const char* threadName) { in createPThread()
80 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
89 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
93 void* MsgTask::loopMain(void* arg) { in loopMain()
94 MsgTask* copy = (MsgTask*)arg; in loopMain()
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
50 LocDualContext(const MsgTask* msgTask,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
/hardware/qcom/gps/msm8960/core/
DLocDualContext.cpp54 const MsgTask* LocDualContext::mMsgTask = NULL;
62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask()
66 mMsgTask = new MsgTask(tCreator, name); in getMsgTask()
71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask()
75 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask()
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext()
84 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext()
91 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext()
95 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext()
103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext()
[all …]
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::createPThread(const char* threadName) { in createPThread()
80 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
89 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
93 void* MsgTask::loopMain(void* arg) { in loopMain()
94 MsgTask* copy = (MsgTask*)arg; in loopMain()
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
50 LocDualContext(const MsgTask* msgTask,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
/hardware/qcom/gps/msm8994/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::associate(tAssociate tAssociator) const { in associate()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
95 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
104 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
108 void* MsgTask::loopMain(void* arg) { in loopMain()
[all …]
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
51 LocDualContext(const MsgTask* msgTask,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
/hardware/qcom/sdm845/gps/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::associate(tAssociate tAssociator) const { in associate()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
95 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
104 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
108 void* MsgTask::loopMain(void* arg) { in loopMain()
[all …]
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
51 LocDualContext(const MsgTask* msgTask,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
/hardware/qcom/sdm845/gps/msm8994/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::associate(tAssociate tAssociator) const { in associate()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
95 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
104 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
108 void* MsgTask::loopMain(void* arg) { in loopMain()
[all …]
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
51 LocDualContext(const MsgTask* msgTask,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
/hardware/qcom/sdm845/gps/msm8084/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::associate(tAssociate tAssociator) const { in associate()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
95 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
104 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
108 void* MsgTask::loopMain(void* arg) { in loopMain()
[all …]
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
50 LocDualContext(const MsgTask* msgTask,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
DLocDualContext.cpp56 const MsgTask* LocDualContext::mMsgTask = NULL;
64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask()
68 mMsgTask = new MsgTask(tCreator, name); in getMsgTask()
73 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask()
77 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask()
84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext()
88 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext()
99 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext()
103 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext()
116 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext()
[all …]
/hardware/qcom/gps/msm8084/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::associate(tAssociate tAssociator) const { in associate()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
95 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
104 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
108 void* MsgTask::loopMain(void* arg) { in loopMain()
[all …]
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
50 LocDualContext(const MsgTask* msgTask,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
DLocDualContext.cpp56 const MsgTask* LocDualContext::mMsgTask = NULL;
64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask()
68 mMsgTask = new MsgTask(tCreator, name); in getMsgTask()
73 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask()
77 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask()
84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext()
88 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext()
99 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext()
103 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext()
116 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext()
[all …]
/hardware/qcom/gps/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
51 (void*)new MsgTask(mQ, mAssociator)); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() function in loc_core::MsgTask
63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() function in loc_core::MsgTask
67 MsgTask::~MsgTask() { in ~MsgTask()
71 void MsgTask::associate(tAssociate tAssociator) const { in associate()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
95 (void*)new MsgTask(mQ, mAssociator)) && in createPThread()
104 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
108 void* MsgTask::loopMain(void* arg) { in loopMain()
[all …]
DLocDualContext.h40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
51 LocDualContext(const MsgTask* msgTask,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
/hardware/qcom/sdm845/gps/msm8996/utils/
DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() function in MsgTask
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask() function in MsgTask
60 MsgTask::~MsgTask() { in ~MsgTask()
65 void MsgTask::destroy() { in destroy()
76 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
80 void MsgTask::prerun() { in prerun()
85 bool MsgTask::run() { in run()
/hardware/qcom/gps/msm8996/utils/
DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() function in MsgTask
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask() function in MsgTask
60 MsgTask::~MsgTask() { in ~MsgTask()
65 void MsgTask::destroy() { in destroy()
76 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
80 void MsgTask::prerun() { in prerun()
85 bool MsgTask::run() { in run()
/hardware/qcom/gps/msm8909w_3100/utils/
DMsgTask.cpp42 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() function in MsgTask
51 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask() function in MsgTask
59 MsgTask::~MsgTask() { in ~MsgTask()
64 void MsgTask::destroy() { in destroy()
75 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
83 void MsgTask::prerun() { in prerun()
88 bool MsgTask::run() { in run()
/hardware/qcom/gps/msm8909/utils/
DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() function in MsgTask
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask() function in MsgTask
60 MsgTask::~MsgTask() { in ~MsgTask()
65 void MsgTask::destroy() { in destroy()
76 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
80 void MsgTask::prerun() { in prerun()
85 bool MsgTask::run() { in run()
/hardware/qcom/sdm845/gps/msm8909/utils/
DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() function in MsgTask
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask() function in MsgTask
60 MsgTask::~MsgTask() { in ~MsgTask()
65 void MsgTask::destroy() { in destroy()
76 void MsgTask::sendMsg(const LocMsg* msg) const { in sendMsg()
80 void MsgTask::prerun() { in prerun()
85 bool MsgTask::run() { in run()

12345678910