/hardware/qcom/gps/msm8084/core/ |
D | LocDualContext.cpp | 73 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() argument 77 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 78 } else if (tAssociate) { in getMsgTask() 79 mMsgTask->associate(tAssociate); in getMsgTask() 99 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext() argument 103 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 132 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate, in getLocBgContext() argument 136 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocBgContext()
|
D | LocDualContext.h | 46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate, 62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate, 66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
|
D | MsgTask.h | 50 typedef int (*tAssociate)(); typedef 52 MsgTask(tAssociate tAssociator, const char* threadName); 55 void associate(tAssociate tAssociator) const; 59 tAssociate mAssociator; 60 MsgTask(const void* q, tAssociate associator);
|
D | MsgTask.cpp | 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() 63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() 71 void MsgTask::associate(tAssociate tAssociator) const { in associate() 73 tAssociate mAssociator; in associate() 74 inline LocAssociateMsg(tAssociate associator) : in associate()
|
/hardware/qcom/gps/msm8960/core/ |
D | LocDualContext.cpp | 71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() argument 75 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 91 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext() argument 95 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 114 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate, in getLocBgContext() argument 118 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocBgContext()
|
D | LocDualContext.h | 46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate, 62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate, 66 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
|
D | MsgTask.h | 50 typedef int (*tAssociate)(); typedef 52 MsgTask(tAssociate tAssociator, const char* threadName); 58 tAssociate mAssociator; 59 MsgTask(const void* q, tAssociate associator);
|
D | MsgTask.cpp | 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() 63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()
|
/hardware/qcom/gps/core/ |
D | LocDualContext.h | 46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate, 63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate, 67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
|
D | LocDualContext.cpp | 75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() argument 79 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 80 } else if (tAssociate) { in getMsgTask() 81 mMsgTask->associate(tAssociate); in getMsgTask() 106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext() argument 113 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 146 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate, in getLocBgContext() argument 153 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocBgContext()
|
D | MsgTask.h | 50 typedef int (*tAssociate)(); typedef 52 MsgTask(tAssociate tAssociator, const char* threadName); 55 void associate(tAssociate tAssociator) const; 59 tAssociate mAssociator; 60 MsgTask(const void* q, tAssociate associator);
|
D | MsgTask.cpp | 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() 63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() 71 void MsgTask::associate(tAssociate tAssociator) const { in associate() 73 tAssociate mAssociator; in associate() 74 inline LocAssociateMsg(tAssociate associator) : in associate()
|
/hardware/qcom/gps/msm8994/core/ |
D | LocDualContext.h | 46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate, 63 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate, 67 static ContextBase* getLocBgContext(MsgTask::tAssociate tAssociate,
|
D | LocDualContext.cpp | 75 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate, in getMsgTask() argument 79 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask() 80 } else if (tAssociate) { in getMsgTask() 81 mMsgTask->associate(tAssociate); in getMsgTask() 106 ContextBase* LocDualContext::getLocFgContext(MsgTask::tAssociate tAssociate, in getLocFgContext() argument 113 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext() 146 ContextBase* LocDualContext::getLocBgContext(MsgTask::tAssociate tAssociate, in getLocBgContext() argument 153 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocBgContext()
|
D | MsgTask.h | 50 typedef int (*tAssociate)(); typedef 52 MsgTask(tAssociate tAssociator, const char* threadName); 55 void associate(tAssociate tAssociator) const; 59 tAssociate mAssociator; 60 MsgTask(const void* q, tAssociate associator);
|
D | MsgTask.cpp | 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() 63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask() 71 void MsgTask::associate(tAssociate tAssociator) const { in associate() 73 tAssociate mAssociator; in associate() 74 inline LocAssociateMsg(tAssociate associator) : in associate()
|