HomeSort by relevance Sort by last modified time
    Searched defs:getLocFgContext (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/gps/msm8909/core/
LocDualContext.h 60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
62 inline static ContextBase* getLocFgContext(const char* name, bool joinable = true) {
63 return getLocFgContext(NULL, NULL, name, joinable);
LocDualContext.cpp 80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
  /hardware/qcom/gps/msm8909w_3100/core/
LocDualContext.h 60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
62 inline static ContextBase* getLocFgContext(const char* name, bool joinable = true) {
63 return getLocFgContext(NULL, NULL, name, joinable);
LocDualContext.cpp 83 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
  /hardware/qcom/gps/msm8960/core/
LocDualContext.cpp 80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
91 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
  /hardware/qcom/gps/msm8996/core/
LocDualContext.h 60 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
62 inline static ContextBase* getLocFgContext(const char* name, bool joinable = true) {
63 return getLocFgContext(NULL, NULL, name, joinable);
LocDualContext.cpp 80 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
  /hardware/qcom/gps/core/
LocDualContext.cpp 86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
  /hardware/qcom/gps/msm8084/core/
LocDualContext.cpp 84 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
99 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
  /hardware/qcom/gps/msm8994/core/
LocDualContext.cpp 86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate,
  /hardware/qcom/gps/msm8998/core/
LocDualContext.cpp 85 ContextBase* LocDualContext::getLocFgContext(LocThread::tCreate tCreator,
LocDualContext.h 63 static ContextBase* getLocFgContext(LocThread::tCreate tCreator, LocMsg* firstMsg,
65 inline static ContextBase* getLocFgContext(const char* name, bool joinable = true) {
66 return getLocFgContext(NULL, NULL, name, joinable);

Completed in 95 milliseconds