Searched defs:msgTask (Results 1 - 25 of 48) sorted by relevance

12

/hardware/qcom/gps/msm8909w_3100/gnss/
H A DXtraSystemStatusObserver.h44 inline XtraSystemStatusObserver(IOsObserver* sysStatObs, const MsgTask* msgTask): argument
45 mSystemStatusObsrvr(sysStatObs), mMsgTask(msgTask) {
/hardware/qcom/gps/core/
H A DContextBase.cpp104 ContextBase::ContextBase(const MsgTask* msgTask, argument
108 mMsgTask(msgTask),
H A DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
H A DLocAdapterBase.h48 inline LocAdapterBase(const MsgTask* msgTask) : argument
50 mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {}
H A DLocDualContext.cpp92 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
93 const MsgTask* msgTask = getMsgTask(tCreator, name); local
94 mFgContext = new LocDualContext(msgTask,
112 LOC_LOGD("%s:%d]: creating msgTask with tAssociate", __func__, __LINE__);
113 const MsgTask* msgTask = getMsgTask(tAssociate, name); local
114 mFgContext = new LocDualContext(msgTask,
132 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
133 const MsgTask* msgTask = getMsgTask(tCreator, name); local
134 mBgContext = new LocDualContext(msgTask,
152 LOC_LOGD("%s:%d]: creating msgTask wit
153 const MsgTask* msgTask = getMsgTask(tAssociate, name); local
177 LocDualContext(const MsgTask* msgTask, LOC_API_ADAPTER_EVENT_MASK_T exMask) argument
[all...]
/hardware/qcom/gps/msm8084/core/
H A DContextBase.cpp116 ContextBase::ContextBase(const MsgTask* msgTask, argument
120 mMsgTask(msgTask),
H A DIzatProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
H A DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
H A DLocAdapterBase.h48 inline LocAdapterBase(const MsgTask* msgTask) : argument
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {}
H A DLocDualContext.cpp88 const MsgTask* msgTask = getMsgTask(tCreator, name); local
89 mFgContext = new LocDualContext(msgTask,
103 const MsgTask* msgTask = getMsgTask(tAssociate, name); local
104 mFgContext = new LocDualContext(msgTask,
120 const MsgTask* msgTask = getMsgTask(tCreator, name); local
121 mBgContext = new LocDualContext(msgTask,
136 const MsgTask* msgTask = getMsgTask(tAssociate, name); local
137 mBgContext = new LocDualContext(msgTask,
159 LocDualContext::LocDualContext(const MsgTask* msgTask, argument
161 ContextBase(msgTask, exMas
[all...]
/hardware/qcom/gps/msm8960/core/
H A DContextBase.cpp103 ContextBase::ContextBase(const MsgTask* msgTask, argument
107 mMsgTask(msgTask),
H A DIzatProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
H A DLocDualContext.cpp84 const MsgTask* msgTask = getMsgTask(tCreator, name); local
85 mFgContext = new LocDualContext(msgTask,
95 const MsgTask* msgTask = getMsgTask(tAssociate, name); local
96 mFgContext = new LocDualContext(msgTask,
107 const MsgTask* msgTask = getMsgTask(tCreator, name); local
108 mBgContext = new LocDualContext(msgTask,
118 const MsgTask* msgTask = getMsgTask(tAssociate, name); local
119 mBgContext = new LocDualContext(msgTask,
125 LocDualContext::LocDualContext(const MsgTask* msgTask, argument
127 ContextBase(msgTask, exMas
[all...]
H A DLocAdapterBase.h45 inline LocAdapterBase(const MsgTask* msgTask) : argument
46 mEvtMask(0), mContext(NULL), mLocApi(NULL), mMsgTask(msgTask) {}
/hardware/qcom/gps/msm8994/core/
H A DContextBase.cpp104 ContextBase::ContextBase(const MsgTask* msgTask, argument
108 mMsgTask(msgTask),
H A DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
/hardware/qcom/gps/msm8909/core/
H A DContextBase.cpp126 ContextBase::ContextBase(const MsgTask* msgTask, argument
130 mMsgTask(msgTask),
H A DLocAdapterBase.h48 inline LocAdapterBase(const MsgTask* msgTask) : argument
50 mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {}
H A DLocDualContext.cpp86 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
87 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); local
88 mFgContext = new LocDualContext(msgTask,
111 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
112 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); local
113 mBgContext = new LocDualContext(msgTask,
141 LocDualContext::LocDualContext(const MsgTask* msgTask, argument
143 ContextBase(msgTask, exMask, mLBSLibName)
/hardware/qcom/gps/msm8909w_3100/core/
H A DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
47 (void)msgTask;
H A DContextBase.cpp251 ContextBase::ContextBase(const MsgTask* msgTask, argument
255 mMsgTask(msgTask),
H A DLocDualContext.cpp89 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
90 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); local
91 mFgContext = new LocDualContext(msgTask,
114 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
115 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); local
116 mBgContext = new LocDualContext(msgTask,
144 LocDualContext::LocDualContext(const MsgTask* msgTask, argument
146 ContextBase(msgTask, exMask, mLBSLibName)
/hardware/qcom/gps/msm8996/core/
H A DContextBase.cpp125 ContextBase::ContextBase(const MsgTask* msgTask, argument
129 mMsgTask(msgTask),
H A DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
/hardware/qcom/gps/msm8998/core/
H A DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, argument
47 (void)msgTask;

Completed in 1630 milliseconds

12