/hardware/qcom/gps/msm8960/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator, 60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator, 64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
|
D | MsgTask.h | 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef 51 MsgTask(tCreate tCreator, const char* threadName);
|
D | LocDualContext.cpp | 62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator, in getMsgTask() 80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator, in getLocFgContext() 103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8084/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator, 60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator, 64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
|
D | MsgTask.h | 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef 51 MsgTask(tCreate tCreator, const char* threadName);
|
/hardware/qcom/gps/msm8994/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator, 61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator, 65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
|
D | MsgTask.h | 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef 51 MsgTask(tCreate tCreator, const char* threadName);
|
/hardware/qcom/gps/core/ |
D | LocDualContext.h | 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator, 61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator, 65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
|
D | MsgTask.h | 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg); typedef 51 MsgTask(tCreate tCreator, const char* threadName);
|
/hardware/qcom/gps/msm8996/core/ |
D | LocDualContext.h | 44 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,
|
D | LocDualContext.cpp | 66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 77 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8909/core/ |
D | LocDualContext.h | 44 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,
|
D | LocDualContext.cpp | 66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 77 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 105 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocDualContext.h | 44 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,
|
D | LocDualContext.cpp | 69 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 80 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 83 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 108 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
|
/hardware/qcom/gps/msm8998/core/ |
D | LocDualContext.h | 46 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,
|
D | LocDualContext.cpp | 71 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 82 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 85 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator, in getLocFgContext() 109 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator, in getLocBgContext()
|
/hardware/qcom/sm8150p/gps/core/ |
D | LocContext.cpp | 53 const MsgTask* LocContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 64 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 67 ContextBase* LocContext::getLocContext(LocThread::tCreate tCreator, in getLocContext()
|
/hardware/qcom/sm7150/gps/core/ |
D | LocContext.cpp | 53 const MsgTask* LocContext::getMsgTask(LocThread::tCreate tCreator, in getMsgTask() 64 return getMsgTask((LocThread::tCreate)NULL, name, joinable); in getMsgTask() 67 ContextBase* LocContext::getLocContext(LocThread::tCreate tCreator, in getLocContext()
|