Home
last modified time | relevance | path

Searched refs:LocApiBase (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/gps/core/
DLocApiBase.cpp89 LocApiBase* mLocApi;
90 inline LocSsrMsg(LocApiBase* locApi) : in LocSsrMsg()
108 LocApiBase* mLocApi;
110 inline LocOpenMsg(LocApiBase* locApi, in LocOpenMsg()
128 LocApiBase::LocApiBase(const MsgTask* msgTask, in LocApiBase() function in loc_core::LocApiBase
136 LOC_API_ADAPTER_EVENT_MASK_T LocApiBase::getEvtMask() in getEvtMask()
145 bool LocApiBase::isInSession() in isInSession()
158 void LocApiBase::addAdapter(LocAdapterBase* adapter) in addAdapter()
170 void LocApiBase::removeAdapter(LocAdapterBase* adapter) in removeAdapter()
206 void LocApiBase::handleEngineUpEvent() in handleEngineUpEvent()
[all …]
DContextBase.h44 LocApiBase* createLocApi(LOC_API_ADAPTER_EVENT_MASK_T excludedMask);
48 LocApiBase* mLocApi;
57 inline LocApiBase* getLocApi() { return mLocApi; } in getLocApi()
DContextBase.cpp70 LocApiBase* ContextBase::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask) in createLocApi()
72 LocApiBase* locApi = NULL; in createLocApi()
110 locApi = new LocApiBase(mMsgTask, exMask, this); in createLocApi()
DIzatProxyBase.h37 class LocApiBase; variable
42 inline virtual LocApiBase*
DLBSProxyBase.h36 class LocApiBase; variable
42 inline virtual LocApiBase*
DAndroid.mk21 LocApiBase.cpp \
37 LocApiBase.h \
DLocApiBase.h67 class LocApiBase {
84 LocApiBase(const MsgTask* msgTask,
87 inline virtual ~LocApiBase() { close(); } in ~LocApiBase()
236 typedef LocApiBase* (getLocApi_t)(const MsgTask* msgTask,
DLocAdapterBase.h44 LocApiBase* mLocApi;
/hardware/qcom/gps/msm8960/core/
DLocApiBase.cpp88 LocApiBase* mLocApi;
89 inline LocSsrMsg(LocApiBase* locApi) : in LocSsrMsg()
106 LocApiBase::LocApiBase(const MsgTask* msgTask, in LocApiBase() function in loc_core::LocApiBase
113 LOC_API_ADAPTER_EVENT_MASK_T LocApiBase::getEvtMask() in getEvtMask()
122 bool LocApiBase::isInSession() in isInSession()
131 void LocApiBase::addAdapter(LocAdapterBase* adapter) in addAdapter()
142 void LocApiBase::removeAdapter(LocAdapterBase* adapter) in removeAdapter()
178 void LocApiBase::handleEngineUpEvent() in handleEngineUpEvent()
187 void LocApiBase::handleEngineDownEvent() in handleEngineDownEvent()
193 void LocApiBase::reportPosition(UlpLocation &location, in reportPosition()
[all …]
DContextBase.h44 LocApiBase* createLocApi(LOC_API_ADAPTER_EVENT_MASK_T excludedMask);
48 LocApiBase* mLocApi;
57 inline LocApiBase* getLocApi() { return mLocApi; } in getLocApi()
DContextBase.cpp61 LocApiBase* ContextBase::createLocApi(LOC_API_ADAPTER_EVENT_MASK_T exMask) in createLocApi()
63 LocApiBase* locApi = NULL; in createLocApi()
97 locApi = new LocApiBase(mMsgTask, exMask); in createLocApi()
DIzatProxyBase.h37 class LocApiBase; variable
42 inline virtual LocApiBase*
DLocApiBase.h58 class LocApiBase {
74 LocApiBase(const MsgTask* msgTask,
76 inline virtual ~LocApiBase() { close(); } in ~LocApiBase()
185 typedef LocApiBase* (getLocApi_t)(const MsgTask* msgTask,
DAndroid.mk18 LocApiBase.cpp \
34 LocApiBase.h \
DLocAdapterBase.cpp41 LocApiBase* mLocApi;
43 LocApiBase* locApi) : in LocOpenMsg()
DLocAdapterBase.h42 LocApiBase* mLocApi;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp139 LocApiBase(msgTask, exMask, context), in LocApiRpc()
775 LocApiBase::reportPosition(location, in reportPosition()
784 LocApiBase::reportPosition(location, in reportPosition()
900 LocApiBase::reportSv(SvStatus, in reportSv()
912 LocApiBase::reportStatus(GPS_STATUS_ENGINE_ON); in reportStatus()
913 LocApiBase::reportStatus(GPS_STATUS_SESSION_BEGIN); in reportStatus()
917 LocApiBase::reportStatus(GPS_STATUS_SESSION_END); in reportStatus()
918 LocApiBase::reportStatus(GPS_STATUS_ENGINE_OFF); in reportStatus()
922 LocApiBase::reportStatus(GPS_STATUS_NONE); in reportStatus()
932 LocApiBase::reportNmea(nmea_report_ptr->nmea_sentences.nmea_sentences_val, in reportNmea()
[all …]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpc.h40 class LocApiRpc : public LocApiBase {
136 extern "C" LocApiBase* getLocApi(const MsgTask* msgTask,