Searched refs:tCreate (Results 1 - 25 of 46) sorted by relevance

12

/hardware/qcom/gps/core/
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef in class:loc_core::MsgTask
51 MsgTask(tCreate tCreator, const char* threadName);
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
126 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
/hardware/qcom/gps/msm8084/core/
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef in class:loc_core::MsgTask
51 MsgTask(tCreate tCreator, const char* threadName);
H A DLocDualContext.cpp64 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
116 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
/hardware/qcom/gps/msm8960/core/
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef in class:loc_core::MsgTask
51 MsgTask(tCreate tCreator, const char* threadName);
H A DLocDualContext.cpp62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) :
/hardware/qcom/gps/msm8994/core/
H A DLocDualContext.h44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef in class:loc_core::MsgTask
51 MsgTask(tCreate tCreator, const char* threadName);
H A DLocDualContext.cpp66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
126 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); typedef in class:LocThread
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
H A DMsgTask.h48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
H A DLocThread.cpp40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
44 static LocThreadDelegate* create(LocThread::tCreate creator,
65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator,
111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator,
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
H A DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator,
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); typedef in class:LocThread
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
H A DMsgTask.h48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
H A DLocThread.cpp40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
44 static LocThreadDelegate* create(LocThread::tCreate creator,
65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator,
111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator,
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
H A DMsgTask.cpp43 MsgTask::MsgTask(LocThread::tCreate tCreator,
/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/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,

Completed in 330 milliseconds

12