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

12

/hardware/qcom/gps/msm8994/core/
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...]
H A DLocApiBase.cpp128 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
131 mExcludedMask(excludedMask), mMsgTask(msgTask),
/hardware/qcom/gps/msm8996/core/
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)
H A DLocApiBase.cpp128 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
131 mExcludedMask(excludedMask), mMsgTask(msgTask),
/hardware/qcom/gps/msm8998/core/
H A DContextBase.cpp238 ContextBase::ContextBase(const MsgTask* msgTask, argument
242 mMsgTask(msgTask),
H A DLocDualContext.cpp91 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
92 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); local
93 mFgContext = new LocDualContext(msgTask,
115 LOC_LOGD("%s:%d]: creating msgTask with tCreator", __func__, __LINE__);
116 const MsgTask* msgTask = getMsgTask(tCreator, name, joinable); local
117 mBgContext = new LocDualContext(msgTask,
140 LocDualContext::LocDualContext(const MsgTask* msgTask, argument
142 ContextBase(msgTask, exMask, mLBSLibName)
H A DLocAdapterBase.h68 inline LocAdapterBase(const MsgTask* msgTask) : argument
70 mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {}
H A DLocApiBase.cpp128 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
131 mExcludedMask(excludedMask), mMsgTask(msgTask),
/hardware/qcom/gps/msm8909w_3100/core/
H A DLocAdapterBase.h68 inline LocAdapterBase(const MsgTask* msgTask) : argument
70 mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {}
H A DSystemStatusOsObserver.cpp42 SystemStatusOsObserver::SystemStatusOsObserver(const MsgTask* msgTask) : argument
47 mContext.mMsgTask = msgTask;
H A DLocApiBase.cpp129 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
132 mMsgTask(msgTask), mContext(context), mSupportedMsg(0),
H A DSystemStatus.cpp1185 SystemStatus* SystemStatus::getInstance(const MsgTask* msgTask) argument
1190 // Instantiating for the first time. msgTask should not be NULL
1191 if (msgTask == NULL) {
1192 LOC_LOGE("SystemStatus: msgTask is NULL!!");
1196 mInstance = new (nothrow) SystemStatus(msgTask);
1197 LOC_LOGD("SystemStatus::getInstance:%p. Msgtask:%p", mInstance, msgTask);
1215 SystemStatus::SystemStatus(const MsgTask* msgTask) : argument
1216 mSysStatusObsvr(msgTask),
/hardware/qcom/gps/core/
H A DLocApiBase.cpp128 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
131 mExcludedMask(excludedMask), mMsgTask(msgTask),
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.cpp128 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
131 mExcludedMask(excludedMask), mMsgTask(msgTask), mMask(0), mContext(context)
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp128 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
131 mExcludedMask(excludedMask), mMsgTask(msgTask),
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp106 LocApiBase::LocApiBase(const MsgTask* msgTask, argument
108 mExcludedMask(excludedMask), mMsgTask(msgTask), mMask(0)
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp136 LocApiRpc::LocApiRpc(const MsgTask* msgTask, argument
139 LocApiBase(msgTask, exMask, context),
1405 LocApiBase* getLocApi(const MsgTask* msgTask, argument
1408 return new LocApiRpc(msgTask, exMask, context);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp136 LocApiRpc::LocApiRpc(const MsgTask* msgTask, argument
139 LocApiBase(msgTask, exMask, context),
1405 LocApiBase* getLocApi(const MsgTask* msgTask, argument
1408 return new LocApiRpc(msgTask, exMask, context);
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp136 LocApiRpc::LocApiRpc(const MsgTask* msgTask, argument
139 LocApiBase(msgTask, exMask, context),
1409 LocApiBase* getLocApi(const MsgTask* msgTask, argument
1412 return new LocApiRpc(msgTask, exMask, context);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp136 LocApiRpc::LocApiRpc(const MsgTask* msgTask, argument
139 LocApiBase(msgTask, exMask, context),
1405 LocApiBase* getLocApi(const MsgTask* msgTask, argument
1408 return new LocApiRpc(msgTask, exMask, context);
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp136 LocApiRpc::LocApiRpc(const MsgTask* msgTask, argument
139 LocApiBase(msgTask, exMask, context),
1409 LocApiBase* getLocApi(const MsgTask* msgTask, argument
1412 return new LocApiRpc(msgTask, exMask, context);

Completed in 546 milliseconds

12