HomeSort by relevance Sort by last modified time
    Searched refs:MsgTask (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /hardware/qcom/gps/msm8960/core/
IzatProxyBase.h 33 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
Android.mk 18 MsgTask.cpp \
36 MsgTask.h \
  /hardware/qcom/gps/core/
ContextBase.h 34 #include <MsgTask.h>
47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; }
LocDualContext.cpp 56 const MsgTask* LocDualContext::mMsgTask = NULL;
66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
70 mMsgTask = new MsgTask(tCreator, name);
75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
79 mMsgTask = new MsgTask(tAssociate, name);
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
92 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
93 const MsgTask* msgTask = getMsgTask(tCreator, name)
    [all...]
LBSProxyBase.h 32 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
  /hardware/qcom/gps/msm8084/core/
ContextBase.h 34 #include <MsgTask.h>
47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; }
LBSProxyBase.h 32 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
Android.mk 21 MsgTask.cpp \
39 MsgTask.h \
  /hardware/qcom/gps/msm8909w_3100/gnss/
XtraSystemStatusObserver.h 33 #include <MsgTask.h>
44 inline XtraSystemStatusObserver(IOsObserver* sysStatObs, const MsgTask* msgTask):
45 mSystemStatusObsrvr(sysStatObs), mMsgTask(msgTask) {
59 inline const MsgTask* getMsgTask() { return mMsgTask; }
67 const MsgTask* mMsgTask;
  /hardware/qcom/gps/msm8994/core/
ContextBase.h 34 #include <MsgTask.h>
47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; }
LocDualContext.cpp 56 const MsgTask* LocDualContext::mMsgTask = NULL;
66 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
70 mMsgTask = new MsgTask(tCreator, name);
75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
79 mMsgTask = new MsgTask(tAssociate, name);
86 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
92 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
93 const MsgTask* msgTask = getMsgTask(tCreator, name)
    [all...]
LBSProxyBase.h 32 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
  /hardware/qcom/gps/msm8996/core/
LBSProxyBase.h 32 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
LocDualContext.h 40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
46 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
50 LocDualContext(const MsgTask* msgTask,
LocDualContext.cpp 56 const MsgTask* LocDualContext::mMsgTask = NULL;
66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
70 mMsgTask = new MsgTask(tCreator, name, joinable);
76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) {
86 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
88 mFgContext = new LocDualContext(msgTask,
111 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable)
    [all...]
ContextBase.h 34 #include <MsgTask.h>
105 const MsgTask* mMsgTask;
109 ContextBase(const MsgTask* msgTask,
114 inline const MsgTask* getMsgTask() { return mMsgTask; }
  /hardware/qcom/gps/msm8909w_3100/core/
LBSProxyBase.h 32 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
47 (void)msgTask;
LocDualContext.h 40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
46 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
50 LocDualContext(const MsgTask* msgTask,
LocDualContext.cpp 55 const MsgTask* LocDualContext::mMsgTask = NULL;
69 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
73 mMsgTask = new MsgTask(tCreator, name, joinable);
79 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) {
89 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
90 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
91 mFgContext = new LocDualContext(msgTask,
114 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
115 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable)
    [all...]
  /hardware/qcom/gps/msm8998/core/
LBSProxyBase.h 32 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
47 (void)msgTask;
LocDualContext.h 42 static const MsgTask* mMsgTask;
46 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
48 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
53 LocDualContext(const MsgTask* msgTask,
LocDualContext.cpp 56 const MsgTask* LocDualContext::mMsgTask = NULL;
71 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
75 mMsgTask = new MsgTask(tCreator, name, joinable);
81 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) {
91 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
92 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
93 mFgContext = new LocDualContext(msgTask,
115 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
116 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable)
    [all...]
  /hardware/qcom/gps/msm8909/core/
LocDualContext.h 40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(LocThread::tCreate tCreator,
46 static const MsgTask* getMsgTask(const char* name, bool joinable = true);
50 LocDualContext(const MsgTask* msgTask,
LocDualContext.cpp 56 const MsgTask* LocDualContext::mMsgTask = NULL;
66 const MsgTask* LocDualContext::getMsgTask(LocThread::tCreate tCreator,
70 mMsgTask = new MsgTask(tCreator, name, joinable);
76 const MsgTask* LocDualContext::getMsgTask(const char* name, bool joinable) {
86 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable);
88 mFgContext = new LocDualContext(msgTask,
111 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable)
    [all...]
ContextBase.h 34 #include <MsgTask.h>
105 const MsgTask* mMsgTask;
109 ContextBase(const MsgTask* msgTask,
114 inline const MsgTask* getMsgTask() { return mMsgTask; }

Completed in 1513 milliseconds

12 3 4 5 6