HomeSort by relevance Sort by last modified time
    Searched defs:locApi (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/core/
ContextBase.cpp 72 LocApiBase* locApi = NULL;
76 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
85 locApi = (*getter)(mMsgTask,exMask, this);
100 locApi = (*getter)(mMsgTask, exMask, this);
107 // locApi could still be NULL at this time
109 if (NULL == locApi) {
110 locApi = new LocApiBase(mMsgTask, exMask, this);
113 return locApi;
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 63 LocApiBase* locApi = NULL;
67 if (NULL == (locApi = mIzatProxy->getLocApi(mMsgTask, exMask))) {
75 locApi = (*getter)(mMsgTask,exMask);
87 locApi = (*getter)(mMsgTask, exMask);
94 // locApi could still be NULL at this time
96 if (NULL == locApi) {
97 locApi = new LocApiBase(mMsgTask, exMask);
100 return locApi;

Completed in 62 milliseconds