HomeSort by relevance Sort by last modified time
    Searched refs:MsgTask (Results 1 - 25 of 37) sorted by null

1 2

  /hardware/qcom/gps/core/
LocDualContext.h 40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
50 LocDualContext(const MsgTask* msgTask,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator
    [all...]
MsgTask.h 46 class MsgTask {
51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
53 ~MsgTask();
60 MsgTask(const void* q, tAssociate associator);
MsgTask.cpp 34 #include <MsgTask.h>
47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) :
51 (void*)new MsgTask(mQ, mAssociator));
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) :
63 MsgTask::MsgTask(const void* q, tAssociate associator) :
67 MsgTask::~MsgTask() {
    [all...]
LocDualContext.cpp 55 const MsgTask* LocDualContext::mMsgTask = NULL;
63 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
67 mMsgTask = new MsgTask(tCreator, name);
72 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
76 mMsgTask = new MsgTask(tAssociate, name);
83 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
87 const MsgTask* msgTask = getMsgTask(tCreator, name)
    [all...]
IzatProxyBase.h 33 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
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 20 MsgTask.cpp \
36 MsgTask.h \
LocAdapterBase.h 46 const MsgTask* mMsgTask;
48 inline LocAdapterBase(const MsgTask* msgTask) :
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {}
LocApiBase.h 35 #include <MsgTask.h>
73 const MsgTask* mMsgTask;
84 LocApiBase(const MsgTask* msgTask,
225 typedef LocApiBase* (getLocApi_t)(const MsgTask* msgTask,
ContextBase.cpp 116 ContextBase::ContextBase(const MsgTask* msgTask,
120 mMsgTask(msgTask),
  /hardware/qcom/gps/msm8960/core/
LocDualContext.h 40 static const MsgTask* mMsgTask;
44 static const MsgTask* getMsgTask(MsgTask::tCreate tCreator,
46 static const MsgTask* getMsgTask(MsgTask::tAssociate tAssociate,
50 LocDualContext(const MsgTask* msgTask,
60 static ContextBase* getLocFgContext(MsgTask::tCreate tCreator,
62 static ContextBase* getLocFgContext(MsgTask::tAssociate tAssociate,
64 static ContextBase* getLocBgContext(MsgTask::tCreate tCreator
    [all...]
LocDualContext.cpp 54 const MsgTask* LocDualContext::mMsgTask = NULL;
62 const MsgTask* LocDualContext::getMsgTask(MsgTask::tCreate tCreator,
66 mMsgTask = new MsgTask(tCreator, name);
71 const MsgTask* LocDualContext::getMsgTask(MsgTask::tAssociate tAssociate,
75 mMsgTask = new MsgTask(tAssociate, name);
80 ContextBase* LocDualContext::getLocFgContext(MsgTask::tCreate tCreator,
84 const MsgTask* msgTask = getMsgTask(tCreator, name)
    [all...]
MsgTask.cpp 34 #include <MsgTask.h>
47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) :
51 (void*)new MsgTask(mQ, mAssociator));
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) :
63 MsgTask::MsgTask(const void* q, tAssociate associator) :
67 MsgTask::~MsgTask() {
    [all...]
MsgTask.h 46 class MsgTask {
51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
53 ~MsgTask();
59 MsgTask(const void* q, tAssociate associator);
ContextBase.h 34 #include <MsgTask.h>
47 const MsgTask* mMsgTask;
51 ContextBase(const MsgTask* msgTask,
56 inline const MsgTask* getMsgTask() { return mMsgTask; }
IzatProxyBase.h 33 #include <MsgTask.h>
43 getLocApi(const MsgTask* msgTask,
Android.mk 17 MsgTask.cpp \
33 MsgTask.h \
LocAdapterBase.h 43 const MsgTask* mMsgTask;
45 inline LocAdapterBase(const MsgTask* msgTask) :
46 mEvtMask(0), mContext(NULL), mLocApi(NULL), mMsgTask(msgTask) {}
LocApiBase.h 35 #include <MsgTask.h>
62 const MsgTask* mMsgTask;
74 LocApiBase(const MsgTask* msgTask,
185 typedef LocApiBase* (getLocApi_t)(const MsgTask* msgTask,
ContextBase.cpp 103 ContextBase::ContextBase(const MsgTask* msgTask,
107 mMsgTask(msgTask),
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 72 LocApiRpc(const MsgTask* msgTask,
136 extern "C" LocApiBase* getLocApi(const MsgTask* msgTask,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 34 #include <MsgTask.h>
LocEngAdapter.h 91 MsgTask::tCreate tCreator);
107 inline const MsgTask* getMsgTask() { return mMsgTask; }
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 34 #include <MsgTask.h>

Completed in 2149 milliseconds

1 2