HomeSort by relevance Sort by last modified time
    Searched refs:getLocApi (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/gps/core/
IzatProxyBase.h 43 getLocApi(const MsgTask* msgTask,
LBSProxyBase.h 43 getLocApi(const MsgTask* msgTask,
ContextBase.h 57 inline LocApiBase* getLocApi() { return mLocApi; }
LocAdapterBase.cpp 42 // But if getLocApi(targetEnumType target) is overriden,
47 mLocApi(context->getLocApi()), mLocAdapterProxyBase(adapterProxyBase),
ContextBase.cpp 76 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
  /hardware/qcom/gps/msm8960/core/
IzatProxyBase.h 43 getLocApi(const MsgTask* msgTask,
ContextBase.h 57 inline LocApiBase* getLocApi() { return mLocApi; }
ContextBase.cpp 67 if (NULL == (locApi = mIzatProxy->getLocApi(mMsgTask, exMask))) {
72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
LocAdapterBase.cpp 61 // But if getLocApi(targetEnumType target) is overriden,
66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask())
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 136 extern "C" LocApiBase* getLocApi(const MsgTask* msgTask,
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]

Completed in 745 milliseconds