Home
last modified time | relevance | path

Searched refs:getLocApi (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/gps/msm8960/core/
DIzatProxyBase.h43 getLocApi(const MsgTask* msgTask, in getLocApi() function
DContextBase.h57 inline LocApiBase* getLocApi() { return mLocApi; } in getLocApi() function
DContextBase.cpp67 if (NULL == (locApi = mIzatProxy->getLocApi(mMsgTask, exMask))) { in createLocApi()
DLocAdapterBase.cpp66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask()) in LocAdapterBase()
/hardware/qcom/gps/core/
DIzatProxyBase.h43 getLocApi(const MsgTask* msgTask, in getLocApi() function
DLBSProxyBase.h43 getLocApi(const MsgTask* msgTask, in getLocApi() function
DContextBase.h57 inline LocApiBase* getLocApi() { return mLocApi; } in getLocApi() function
DLocAdapterBase.cpp47 mLocApi(context->getLocApi()), mLocAdapterProxyBase(adapterProxyBase), in LocAdapterBase()
DContextBase.cpp76 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) { in createLocApi()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpc.h136 extern "C" LocApiBase* getLocApi(const MsgTask* msgTask,
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1405 LocApiBase* getLocApi(const MsgTask* msgTask, in getLocApi() function