HomeSort by relevance Sort by last modified time
    Searched refs:tCreate (Results 1 - 25 of 58) sorted by null

1 2 3

  /hardware/qcom/gps/core/
LocDualContext.h 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8084/core/
LocDualContext.h 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8960/core/
LocDualContext.h 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
LocDualContext.cpp 62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
103 ContextBase* LocDualContext::getLocBgContext(MsgTask::tCreate tCreator,
  /hardware/qcom/gps/msm8994/core/
LocDualContext.h 44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
61 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
65 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator,
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8909/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
MsgTask.h 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
LocThread.cpp 40 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) {
  /hardware/qcom/gps/msm8996/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
MsgTask.h 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
  /hardware/qcom/gps/msm8998/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
MsgTask.h 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
  /hardware/qcom/gps/sdm845/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
MsgTask.h 48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
  /hardware/qcom/gps/msm8909/core/
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,
LocDualContext.cpp 66 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/
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,
LocDualContext.cpp 66 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/msm8998/core/
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,
LocDualContext.cpp 71 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
82 return getMsgTask((LocThread::tCreate)NULL, name, joinable);
85 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
109 ContextBase* LocDualContext::getLocBgContext(LocThread::tCreate tCreator,
  /hardware/qcom/gps/sdm845/core/
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,

Completed in 2677 milliseconds

1 2 3