/hardware/qcom/gps/msm8960/core/ |
D | LocDualContext.cpp | 54 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 …]
|
D | MsgTask.cpp | 47 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()
|
D | LocDualContext.h | 40 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,
|
D | MsgTask.h | 46 class MsgTask { 51 MsgTask(tCreate tCreator, const char* threadName); 52 MsgTask(tAssociate tAssociator, const char* threadName); 53 ~MsgTask(); 59 MsgTask(const void* q, tAssociate associator);
|
/hardware/qcom/gps/core/ |
D | MsgTask.cpp | 47 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 …]
|
D | LocDualContext.h | 40 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,
|
D | LocDualContext.cpp | 56 const MsgTask* LocDualContext::mMsgTask = NULL; 66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask() 70 mMsgTask = new MsgTask(tCreator, name); in getMsgTask() 75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() 79 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext() 93 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext() 106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext() 113 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 126 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext() [all …]
|
D | MsgTask.h | 46 class MsgTask { 51 MsgTask(tCreate tCreator, const char* threadName); 52 MsgTask(tAssociate tAssociator, const char* threadName); 53 ~MsgTask(); 60 MsgTask(const void* q, tAssociate associator);
|
/hardware/qcom/gps/msm8994/core/ |
D | MsgTask.cpp | 47 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 …]
|
D | LocDualContext.h | 40 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,
|
D | LocDualContext.cpp | 56 const MsgTask* LocDualContext::mMsgTask = NULL; 66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask() 70 mMsgTask = new MsgTask(tCreator, name); in getMsgTask() 75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() 79 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext() 93 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext() 106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext() 113 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 126 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext() [all …]
|
D | MsgTask.h | 46 class MsgTask { 51 MsgTask(tCreate tCreator, const char* threadName); 52 MsgTask(tAssociate tAssociator, const char* threadName); 53 ~MsgTask(); 60 MsgTask(const void* q, tAssociate associator);
|
/hardware/qcom/gps/msm8084/core/ |
D | MsgTask.cpp | 47 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 …]
|
D | LocDualContext.h | 40 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,
|
D | LocDualContext.cpp | 56 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 …]
|
D | MsgTask.h | 46 class MsgTask { 51 MsgTask(tCreate tCreator, const char* threadName); 52 MsgTask(tAssociate tAssociator, const char* threadName); 53 ~MsgTask(); 60 MsgTask(const void* q, tAssociate associator);
|
/hardware/qcom/gps/msm8998/utils/ |
D | MsgTask.cpp | 42 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() 79 void MsgTask::prerun() { in prerun() 84 bool MsgTask::run() { in run()
|
/hardware/qcom/gps/msm8909/utils/ |
D | MsgTask.cpp | 43 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()
|
D | MsgTask.h | 41 class MsgTask : public LocRunnable { 46 virtual ~MsgTask(); 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true); 49 MsgTask(const char* threadName = NULL, bool joinable = true);
|
/hardware/qcom/gps/sdm845/utils/ |
D | MsgTask.cpp | 42 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()
|
D | MsgTask.h | 41 class MsgTask : public LocRunnable { 46 virtual ~MsgTask(); 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true); 49 MsgTask(const char* threadName = NULL, bool joinable = true);
|
/hardware/qcom/gps/msm8996/utils/ |
D | MsgTask.cpp | 43 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()
|
D | MsgTask.h | 41 class MsgTask : public LocRunnable { 46 virtual ~MsgTask(); 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true); 49 MsgTask(const char* threadName = NULL, bool joinable = true);
|
/hardware/qcom/gps/msm8996/core/ |
D | LocDualContext.cpp | 56 const MsgTask* LocDualContext::mMsgTask = NULL; 66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 70 mMsgTask = new MsgTask(tCreator, name, joinable); in getMsgTask() 76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); in getLocFgContext() 112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); in getLocBgContext() 141 LocDualContext::LocDualContext(const MsgTask* msgTask, in LocDualContext()
|
/hardware/qcom/gps/msm8909/core/ |
D | LocDualContext.cpp | 56 const MsgTask* LocDualContext::mMsgTask = NULL; 66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 70 mMsgTask = new MsgTask(tCreator, name, joinable); in getMsgTask() 76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) { in getMsgTask() 87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); in getLocFgContext() 112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); in getLocBgContext() 141 LocDualContext::LocDualContext(const MsgTask* msgTask, in LocDualContext()
|