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

  /hardware/qcom/gps/core/
LocApiBase.cpp 147 bool inSession = false;
150 !inSession && i < MAX_ADAPTERS && NULL != mLocAdapters[i];
152 inSession = mLocAdapters[i]->isInSession();
155 return inSession;
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 124 bool inSession = false;
126 TO_ALL_LOCADAPTERS(inSession = mLocAdapters[i]->isInSession());
128 return inSession;

Completed in 64 milliseconds