/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 206 LocThread::~LocThread() { in ~LocThread() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() 223 void LocThread::stop() { in stop() 254 LocThread thread; in main()
|
D | MsgTask.cpp | 42 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() 44 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 52 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 65 LocThread* thread = mThread; in destroy()
|
D | LocThread.h | 62 class LocThread { 65 inline LocThread() : mThread(NULL) {} in LocThread() function 66 virtual ~LocThread();
|
D | MsgTask.h | 43 LocThread* mThread; 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 204 LocThread::~LocThread() { in ~LocThread() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() 221 void LocThread::stop() { in stop() 252 LocThread thread; in main()
|
D | MsgTask.cpp | 43 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 66 LocThread* thread = mThread; in destroy()
|
D | LocThread.h | 62 class LocThread { 65 inline LocThread() : mThread(NULL) {} in LocThread() function 66 virtual ~LocThread();
|
D | MsgTask.h | 43 LocThread* mThread; 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 204 LocThread::~LocThread() { in ~LocThread() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() 221 void LocThread::stop() { in stop() 252 LocThread thread; in main()
|
D | MsgTask.cpp | 43 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 66 LocThread* thread = mThread; in destroy()
|
D | LocThread.h | 62 class LocThread { 65 inline LocThread() : mThread(NULL) {} in LocThread() function 66 virtual ~LocThread();
|
D | MsgTask.h | 43 LocThread* mThread; 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 206 LocThread::~LocThread() { in ~LocThread() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() 223 void LocThread::stop() { in stop() 254 LocThread thread; in main()
|
D | MsgTask.cpp | 42 MsgTask::MsgTask(LocThread::tCreate tCreator, in MsgTask() 44 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 52 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 65 LocThread* thread = mThread; in destroy()
|
D | LocThread.h | 62 class LocThread { 65 inline LocThread() : mThread(NULL) {} in LocThread() function 66 virtual ~LocThread();
|
D | MsgTask.h | 43 LocThread* mThread; 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
|
D | Makefile.am | 18 LocThread.h \ 34 LocThread.cpp \
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator, 60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg, 65 static ContextBase* getLocBgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
|
D | LocDualContext.cpp | 69 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 80 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 83 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 108 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8909/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator, 60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg, 65 static ContextBase* getLocBgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
|
D | LocDualContext.cpp | 66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 77 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8996/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator, 60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg, 65 static ContextBase* getLocBgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
|
D | LocDualContext.cpp | 66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 77 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8998/core/ |
D | LocDualContext.h | 46 static const MsgTask* getMsgTask(LocThread::tCreate tCreator, 63 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg, 68 static ContextBase* getLocBgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
|
D | LocDualContext.cpp | 71 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 82 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 85 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 109 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|