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

1 2

  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.h 102 inline virtual bool isInSession() { return false; }
LocApiBase.h 88 bool isInSession();
LocApiBase.cpp 145 bool LocApiBase::isInSession()
152 inSession = mLocAdapters[i]->isInSession();
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 100 inline virtual bool isInSession() { return false; }
LocApiBase.h 77 bool isInSession();
LocApiBase.cpp 122 bool LocApiBase::isInSession()
126 TO_ALL_LOCADAPTERS(inSession = mLocAdapters[i]->isInSession());
  /hardware/qcom/gps/core/
LocAdapterBase.h 112 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 146 bool LocApiBase::isInSession()
153 inSession = mLocAdapters[i]->isInSession();
LocApiBase.h 96 bool isInSession();
  /hardware/qcom/gps/msm8909/core/
LocAdapterBase.h 112 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 146 bool LocApiBase::isInSession()
153 inSession = mLocAdapters[i]->isInSession();
LocApiBase.h 96 bool isInSession();
  /hardware/qcom/gps/msm8994/core/
LocAdapterBase.h 112 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 146 bool LocApiBase::isInSession()
153 inSession = mLocAdapters[i]->isInSession();
  /hardware/qcom/gps/msm8996/core/
LocAdapterBase.h 112 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 146 bool LocApiBase::isInSession()
153 inSession = mLocAdapters[i]->isInSession();
  /hardware/qcom/gps/msm8909w_3100/core/
LocAdapterBase.h 151 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 148 bool LocApiBase::isInSession()
155 inSession = mLocAdapters[i]->isInSession();
LocApiBase.h 99 bool isInSession();
  /hardware/qcom/gps/msm8998/core/
LocAdapterBase.h 151 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 147 bool LocApiBase::isInSession()
154 inSession = mLocAdapters[i]->isInSession();
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.h 290 inline virtual bool isInSession()
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.h 293 inline virtual bool isInSession()
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.h 295 inline virtual bool isInSession()
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.h 265 inline virtual bool isInSession()

Completed in 499 milliseconds

1 2