Home
last modified time | relevance | path

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

123

/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,
DMsgTask.h46 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);
DContextBase.h47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
DAndroid.mk17 MsgTask.cpp \
33 MsgTask.h \
DLocAdapterBase.h43 const MsgTask* mMsgTask;
45 inline LocAdapterBase(const MsgTask* msgTask) : in LocAdapterBase()
/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,
DLocDualContext.cpp56 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 …]
DMsgTask.h46 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);
DContextBase.h47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
DAndroid.mk26 MsgTask.cpp \
42 MsgTask.h \
/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.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 …]
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,
DMsgTask.h46 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);
DContextBase.h47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
DAndroid.mk20 MsgTask.cpp \
36 MsgTask.h \
/hardware/qcom/gps/msm8974/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.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 …]
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,
DMsgTask.h46 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);
DContextBase.h47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; } in getMsgTask()
DAndroid.mk20 MsgTask.cpp \
36 MsgTask.h \

123