Searched refs:isRunning (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } function in class:LocThread
H A DLocThread.cpp52 inline bool isRunning() { return (NULL != mRunnable); } function in class:LocThreadDelegate
116 if (thread && !thread->isRunning()) {
182 if (locThread->isRunning()) {
186 while (locThread->isRunning() && runnable->run());
188 if (locThread->isRunning()) {
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } function in class:LocThread
H A DLocThread.cpp52 inline bool isRunning() { return (NULL != mRunnable); } function in class:LocThreadDelegate
116 if (thread && !thread->isRunning()) {
182 if (locThread->isRunning()) {
186 while (locThread->isRunning() && runnable->run());
188 if (locThread->isRunning()) {
/hardware/qcom/gps/msm8998/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } function in class:LocThread
H A DLocThread.cpp53 inline bool isRunning() { return (NULL != mRunnable); } function in class:LocThreadDelegate
118 if (thread && !thread->isRunning()) {
184 if (locThread->isRunning()) {
188 while (locThread->isRunning() && runnable->run());
190 if (locThread->isRunning()) {

Completed in 2603 milliseconds