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

  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.h 102 inline virtual bool isInSession() { return false; }
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.cpp 122 bool LocApiBase::isInSession()
126 TO_ALL_LOCADAPTERS(inSession = mLocAdapters[i]->isInSession());
  /hardware/qcom/gps/msm8974/core/
LocAdapterBase.h 102 inline virtual bool isInSession() { return false; }
LocApiBase.cpp 145 bool LocApiBase::isInSession()
152 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();
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.h 291 inline virtual bool isInSession()
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.h 293 inline virtual bool isInSession()
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.h 265 inline virtual bool isInSession()
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
LocEngAdapter.h 293 inline virtual bool isInSession()

Completed in 396 milliseconds