/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | MsgTask.cpp | 46 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 47 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 48 delete mThread; in MsgTask() 49 mThread = NULL; in MsgTask() 54 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 55 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 56 delete mThread; in MsgTask() 57 mThread = NULL; in MsgTask() 67 LocThread* thread = mThread; in destroy() 70 mThread = NULL; in destroy()
|
D | LocThread.cpp | 207 if (mThread) { in ~LocThread() 208 mThread->bye(); in ~LocThread() 209 mThread = NULL; in ~LocThread() 215 if (!mThread) { in start() 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 218 success = (NULL != mThread); in start() 224 if (mThread) { in stop() 225 mThread->stop(); in stop() 226 mThread = NULL; in stop()
|
/hardware/qcom/gps/msm8996/utils/ |
D | MsgTask.cpp | 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 46 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 47 delete mThread; in MsgTask() 48 mThread = NULL; in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 54 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 55 delete mThread; in MsgTask() 56 mThread = NULL; in MsgTask() 66 LocThread* thread = mThread; in destroy() 69 mThread = NULL; in destroy()
|
D | LocThread.cpp | 205 if (mThread) { in ~LocThread() 206 mThread->bye(); in ~LocThread() 207 mThread = NULL; in ~LocThread() 213 if (!mThread) { in start() 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 216 success = (NULL != mThread); in start() 222 if (mThread) { in stop() 223 mThread->stop(); in stop() 224 mThread = NULL; in stop()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | MsgTask.cpp | 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 46 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 47 delete mThread; in MsgTask() 48 mThread = NULL; in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 54 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 55 delete mThread; in MsgTask() 56 mThread = NULL; in MsgTask() 66 LocThread* thread = mThread; in destroy() 69 mThread = NULL; in destroy()
|
D | LocThread.cpp | 205 if (mThread) { in ~LocThread() 206 mThread->bye(); in ~LocThread() 207 mThread = NULL; in ~LocThread() 213 if (!mThread) { in start() 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 216 success = (NULL != mThread); in start() 222 if (mThread) { in stop() 223 mThread->stop(); in stop() 224 mThread = NULL; in stop()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | MsgTask.cpp | 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 46 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 47 delete mThread; in MsgTask() 48 mThread = NULL; in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 54 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 55 delete mThread; in MsgTask() 56 mThread = NULL; in MsgTask() 66 LocThread* thread = mThread; in destroy() 69 mThread = NULL; in destroy()
|
D | LocThread.cpp | 205 if (mThread) { in ~LocThread() 206 mThread->bye(); in ~LocThread() 207 mThread = NULL; in ~LocThread() 213 if (!mThread) { in start() 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 216 success = (NULL != mThread); in start() 222 if (mThread) { in stop() 223 mThread->stop(); in stop() 224 mThread = NULL; in stop()
|
/hardware/qcom/gps/msm8909/utils/ |
D | MsgTask.cpp | 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 46 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 47 delete mThread; in MsgTask() 48 mThread = NULL; in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 54 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 55 delete mThread; in MsgTask() 56 mThread = NULL; in MsgTask() 66 LocThread* thread = mThread; in destroy() 69 mThread = NULL; in destroy()
|
D | LocThread.cpp | 205 if (mThread) { in ~LocThread() 206 mThread->bye(); in ~LocThread() 207 mThread = NULL; in ~LocThread() 213 if (!mThread) { in start() 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 216 success = (NULL != mThread); in start() 222 if (mThread) { in stop() 223 mThread->stop(); in stop() 224 mThread = NULL; in stop()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | MsgTask.cpp | 44 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 45 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 46 delete mThread; in MsgTask() 47 mThread = NULL; in MsgTask() 52 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 53 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 54 delete mThread; in MsgTask() 55 mThread = NULL; in MsgTask() 65 LocThread* thread = mThread; in destroy() 68 mThread = NULL; in destroy()
|
D | LocThread.cpp | 207 if (mThread) { in ~LocThread() 208 mThread->bye(); in ~LocThread() 209 mThread = NULL; in ~LocThread() 215 if (!mThread) { in start() 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 218 success = (NULL != mThread); in start() 224 if (mThread) { in stop() 225 mThread->stop(); in stop() 226 mThread = NULL; in stop()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | MsgTask.cpp | 44 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 45 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 46 delete mThread; in MsgTask() 47 mThread = NULL; in MsgTask() 52 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 53 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 54 delete mThread; in MsgTask() 55 mThread = NULL; in MsgTask() 65 LocThread* thread = mThread; in destroy() 68 mThread = NULL; in destroy()
|
D | LocThread.cpp | 207 if (mThread) { in ~LocThread() 208 mThread->bye(); in ~LocThread() 209 mThread = NULL; in ~LocThread() 215 if (!mThread) { in start() 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 218 success = (NULL != mThread); in start() 224 if (mThread) { in stop() 225 mThread->stop(); in stop() 226 mThread = NULL; in stop()
|
D | LocThread.h | 63 LocThreadDelegate* mThread; variable 65 inline LocThread() : mThread(NULL) {} in LocThread() 89 inline bool isRunning() { return NULL != mThread; } in isRunning()
|
/hardware/qcom/gps/msm8998/utils/ |
D | MsgTask.cpp | 44 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 45 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 46 delete mThread; in MsgTask() 47 mThread = NULL; in MsgTask() 52 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 53 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 54 delete mThread; in MsgTask() 55 mThread = NULL; in MsgTask() 65 LocThread* thread = mThread; in destroy() 68 mThread = NULL; in destroy()
|
D | LocThread.cpp | 207 if (mThread) { in ~LocThread() 208 mThread->bye(); in ~LocThread() 209 mThread = NULL; in ~LocThread() 215 if (!mThread) { in start() 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 218 success = (NULL != mThread); in start() 224 if (mThread) { in stop() 225 mThread->stop(); in stop() 226 mThread = NULL; in stop()
|
/hardware/qcom/sm7150/gps/utils/ |
D | MsgTask.cpp | 45 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 46 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask() 47 delete mThread; in MsgTask() 48 mThread = NULL; in MsgTask() 53 mQ(msg_q_init2()), mThread(new LocThread()) { in MsgTask() 54 if (!mThread->start(threadName, this, joinable)) { in MsgTask() 55 delete mThread; in MsgTask() 56 mThread = NULL; in MsgTask() 66 LocThread* thread = mThread; in destroy() 69 mThread = NULL; in destroy()
|
D | LocThread.cpp | 207 if (mThread) { in ~LocThread() 208 mThread->bye(); in ~LocThread() 209 mThread = NULL; in ~LocThread() 215 if (!mThread) { in start() 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 218 success = (NULL != mThread); in start() 224 if (mThread) { in stop() 225 mThread->stop(); in stop() 226 mThread = NULL; in stop()
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocThread.cpp | 46 thread mThread; member in loc_util::LocThreadDelegate 82 mThread([tName, runnable] { in LocThreadDelegate() 89 mThread.detach(); 96 if (!mThread) { in start() 97 mThread = LocThreadDelegate::create(tName, runnable); in start() 99 success = (NULL != mThread); in start() 105 if (nullptr != mThread) { in stop() 106 delete mThread; in stop() 107 mThread = nullptr; in stop()
|
D | LocThread.h | 71 LocThreadDelegate* mThread; variable 73 inline LocThread() : mThread(NULL) {} in LocThread() 91 inline bool isRunning() { return NULL != mThread; } in isRunning()
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocThread.cpp | 46 thread mThread; member in loc_util::LocThreadDelegate 82 mThread([tName, runnable] { in LocThreadDelegate() 89 mThread.detach(); 96 if (!mThread) { in start() 97 mThread = LocThreadDelegate::create(tName, runnable); in start() 99 success = (NULL != mThread); in start() 105 if (nullptr != mThread) { in stop() 106 delete mThread; in stop() 107 mThread = nullptr; in stop()
|
D | LocThread.h | 71 LocThreadDelegate* mThread; variable 73 inline LocThread() : mThread(NULL) {} in LocThread() 91 inline bool isRunning() { return NULL != mThread; } in isRunning()
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocThread.cpp | 207 if (mThread) { in ~LocThread() 208 mThread->bye(); in ~LocThread() 209 mThread = NULL; in ~LocThread() 215 if (!mThread) { in start() 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start() 218 success = (NULL != mThread); in start() 224 if (mThread) { in stop() 225 mThread->stop(); in stop() 226 mThread = NULL; in stop()
|
D | LocThread.h | 63 LocThreadDelegate* mThread; variable 65 inline LocThread() : mThread(NULL) {} in LocThread() 89 inline bool isRunning() { return NULL != mThread; } in isRunning()
|