Searched defs:LocThread (Results 1 - 4 of 4) sorted by relevance

/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 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/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 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...]

Completed in 134 milliseconds