Searched refs:LocThread (Results 1 - 25 of 38) sorted by relevance

12

/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h36 // which gets scheduled by LocThread
43 // and be scheduled by LocThread
62 class LocThread { class
65 inline LocThread() : mThread(NULL) {} function in class:LocThread
66 virtual ~LocThread();
74 // this LocThread obj is deleted).
75 // The obj will be deleted by LocThread if start()
H A DMsgTask.h32 #include <LocThread.h>
43 LocThread* mThread;
48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
H A DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator,
45 mQ(msg_q_init2()), mThread(new LocThread()) {
53 mQ(msg_q_init2()), mThread(new LocThread()) {
66 LocThread* thread = mThread;
H A DLocThread.cpp29 #include <LocThread.h>
40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
44 static LocThreadDelegate* create(LocThread::tCreate creator,
65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator,
72 threadName = "LocThread";
111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator,
204 LocThread::~LocThread() {
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
221 void LocThread
[all...]
H A DAndroid.mk24 LocThread.cpp \
52 LocThread.h \
/hardware/qcom/gps/msm8909w_3100/utils/
H A DLocThread.h36 // which gets scheduled by LocThread
43 // and be scheduled by LocThread
62 class LocThread { class
65 inline LocThread() : mThread(NULL) {} function in class:LocThread
66 virtual ~LocThread();
74 // this LocThread obj is deleted).
75 // The obj will be deleted by LocThread if start()
H A DMsgTask.h32 #include <LocThread.h>
43 LocThread* mThread;
48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
H A DMsgTask.cpp42 MsgTask::MsgTask(LocThread::tCreate tCreator,
44 mQ(msg_q_init2()), mThread(new LocThread()) {
52 mQ(msg_q_init2()), mThread(new LocThread()) {
65 LocThread* thread = mThread;
H A DLocThread.cpp29 #include <LocThread.h>
41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
45 static LocThreadDelegate* create(LocThread::tCreate creator,
66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator,
73 threadName = "LocThread";
113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator,
206 LocThread::~LocThread() {
213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
223 void LocThread
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h36 // which gets scheduled by LocThread
43 // and be scheduled by LocThread
62 class LocThread { class
65 inline LocThread() : mThread(NULL) {} function in class:LocThread
66 virtual ~LocThread();
74 // this LocThread obj is deleted).
75 // The obj will be deleted by LocThread if start()
H A DMsgTask.h32 #include <LocThread.h>
43 LocThread* mThread;
48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
H A DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator,
45 mQ(msg_q_init2()), mThread(new LocThread()) {
53 mQ(msg_q_init2()), mThread(new LocThread()) {
66 LocThread* thread = mThread;
H A DLocThread.cpp29 #include <LocThread.h>
40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
44 static LocThreadDelegate* create(LocThread::tCreate creator,
65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator,
72 threadName = "LocThread";
111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator,
204 LocThread::~LocThread() {
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
221 void LocThread
[all...]
/hardware/qcom/gps/msm8998/utils/
H A DLocThread.h36 // which gets scheduled by LocThread
43 // and be scheduled by LocThread
62 class LocThread { class
65 inline LocThread() : mThread(NULL) {} function in class:LocThread
66 virtual ~LocThread();
74 // this LocThread obj is deleted).
75 // The obj will be deleted by LocThread if start()
H A DMsgTask.h32 #include <LocThread.h>
43 LocThread* mThread;
48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
H A DMsgTask.cpp42 MsgTask::MsgTask(LocThread::tCreate tCreator,
44 mQ(msg_q_init2()), mThread(new LocThread()) {
52 mQ(msg_q_init2()), mThread(new LocThread()) {
65 LocThread* thread = mThread;
H A DLocThread.cpp29 #include <LocThread.h>
41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
45 static LocThreadDelegate* create(LocThread::tCreate creator,
66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator,
73 threadName = "LocThread";
113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator,
206 LocThread::~LocThread() {
213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
223 void LocThread
[all...]
/hardware/qcom/gps/msm8909/core/
H A DLocDualContext.h44 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,
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
77 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,
/hardware/qcom/gps/msm8909w_3100/core/
H A DLocDualContext.h44 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,
H A DLocDualContext.cpp69 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
80 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
83 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
108 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,
/hardware/qcom/gps/msm8996/core/
H A DLocDualContext.h44 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,
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
77 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,
/hardware/qcom/gps/msm8998/core/
H A DLocDualContext.h46 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,
H A DLocDualContext.cpp71 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
82 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
85 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
109 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,

Completed in 523 milliseconds

12