/hardware/qcom/gps/core/ |
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 [all...] |
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);
|
MsgTask.cpp | 34 #include <MsgTask.h> 47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : 51 (void*)new MsgTask(mQ, mAssociator)); 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : 63 MsgTask::MsgTask(const void* q, tAssociate associator) : 67 MsgTask::~MsgTask() { [all...] |
/hardware/qcom/gps/msm8084/core/ |
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 [all...] |
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);
|
MsgTask.cpp | 34 #include <MsgTask.h> 47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : 51 (void*)new MsgTask(mQ, mAssociator)); 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : 63 MsgTask::MsgTask(const void* q, tAssociate associator) : 67 MsgTask::~MsgTask() { [all...] |
LocDualContext.cpp | 56 const MsgTask* LocDualContext::mMsgTask = NULL; 64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, 68 mMsgTask = new MsgTask(tCreator, name); 73 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, 77 mMsgTask = new MsgTask(tAssociate, name); 84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, 88 const MsgTask* msgTask = getMsgTask(tCreator, name) [all...] |
IzatProxyBase.h | 33 #include <MsgTask.h> 43 getLocApi(const MsgTask* msgTask,
|
/hardware/qcom/gps/msm8960/core/ |
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 [all...] |
LocDualContext.cpp | 54 const MsgTask* LocDualContext::mMsgTask = NULL; 62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, 66 mMsgTask = new MsgTask(tCreator, name); 71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, 75 mMsgTask = new MsgTask(tAssociate, name); 80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, 84 const MsgTask* msgTask = getMsgTask(tCreator, name) [all...] |
MsgTask.cpp | 34 #include <MsgTask.h> 47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : 51 (void*)new MsgTask(mQ, mAssociator)); 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : 63 MsgTask::MsgTask(const void* q, tAssociate associator) : 67 MsgTask::~MsgTask() { [all...] |
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);
|
ContextBase.h | 34 #include <MsgTask.h> 47 const MsgTask* mMsgTask; 51 ContextBase(const MsgTask* msgTask, 56 inline const MsgTask* getMsgTask() { return mMsgTask; }
|
/hardware/qcom/gps/msm8994/core/ |
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 [all...] |
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);
|
MsgTask.cpp | 34 #include <MsgTask.h> 47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : 51 (void*)new MsgTask(mQ, mAssociator)); 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : 63 MsgTask::MsgTask(const void* q, tAssociate associator) : 67 MsgTask::~MsgTask() { [all...] |
/hardware/qcom/gps/msm8909/utils/ |
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);
|
MsgTask.cpp | 34 #include <MsgTask.h> 43 MsgTask::MsgTask(LocThread::tCreate tCreator, 52 MsgTask::MsgTask(const char* threadName, bool joinable) : 60 MsgTask::~MsgTask() { 65 void MsgTask::destroy() { 76 void MsgTask::sendMsg(const LocMsg* msg) const { 80 void MsgTask::prerun() [all...] |
/hardware/qcom/gps/msm8909w_3100/utils/ |
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);
|
MsgTask.cpp | 33 #include <MsgTask.h> 42 MsgTask::MsgTask(LocThread::tCreate tCreator, 51 MsgTask::MsgTask(const char* threadName, bool joinable) : 59 MsgTask::~MsgTask() { 64 void MsgTask::destroy() { 75 void MsgTask::sendMsg(const LocMsg* msg) const { 83 void MsgTask::prerun() [all...] |
/hardware/qcom/gps/msm8996/utils/ |
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);
|
MsgTask.cpp | 34 #include <MsgTask.h> 43 MsgTask::MsgTask(LocThread::tCreate tCreator, 52 MsgTask::MsgTask(const char* threadName, bool joinable) : 60 MsgTask::~MsgTask() { 65 void MsgTask::destroy() { 76 void MsgTask::sendMsg(const LocMsg* msg) const { 80 void MsgTask::prerun() [all...] |
/hardware/qcom/gps/msm8998/utils/ |
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);
|
MsgTask.cpp | 33 #include <MsgTask.h> 42 MsgTask::MsgTask(LocThread::tCreate tCreator, 51 MsgTask::MsgTask(const char* threadName, bool joinable) : 59 MsgTask::~MsgTask() { 64 void MsgTask::destroy() { 75 void MsgTask::sendMsg(const LocMsg* msg) const { 79 void MsgTask::prerun() [all...] |
/hardware/qcom/gps/msm8909/core/ |
LBSProxyBase.h | 32 #include <MsgTask.h> 43 getLocApi(const MsgTask* /* msgTask */,
|