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

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 356 bool mIsInactive;
368 mIsInactive = false;
389 inline virtual void setInactive() { mIsInactive = true; }
390 inline virtual bool isInactive() { return mIsInactive; }
400 bool mIsInactive;
405 mIsInactive = false;
414 { return mIsInactive; }
loc_eng_agps.cpp 236 mIsInactive = true;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 363 bool mIsInactive;
375 mIsInactive = false;
399 inline virtual void setInactive() { mIsInactive = true; }
400 inline virtual bool isInactive() { return mIsInactive; }
410 bool mIsInactive;
415 mIsInactive = false;
426 { return mIsInactive; }
loc_eng_agps.cpp 236 mIsInactive = true;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 364 bool mIsInactive;
376 mIsInactive = false;
400 inline virtual void setInactive() { mIsInactive = true; }
401 inline virtual bool isInactive() { return mIsInactive; }
411 bool mIsInactive;
416 mIsInactive = false;
427 { return mIsInactive; }
loc_eng_agps.cpp 236 mIsInactive = true;
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.h 363 bool mIsInactive;
375 mIsInactive = false;
399 inline virtual void setInactive() { mIsInactive = true; }
400 inline virtual bool isInactive() { return mIsInactive; }
410 bool mIsInactive;
415 mIsInactive = false;
426 { return mIsInactive; }
loc_eng_agps.cpp 236 mIsInactive = true;
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h 363 bool mIsInactive;
375 mIsInactive = false;
399 inline virtual void setInactive() { mIsInactive = true; }
400 inline virtual bool isInactive() { return mIsInactive; }
410 bool mIsInactive;
415 mIsInactive = false;
426 { return mIsInactive; }
loc_eng_agps.cpp 236 mIsInactive = true;
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 363 bool mIsInactive;
375 mIsInactive = false;
399 inline virtual void setInactive() { mIsInactive = true; }
400 inline virtual bool isInactive() { return mIsInactive; }
410 bool mIsInactive;
415 mIsInactive = false;
426 { return mIsInactive; }
loc_eng_agps.cpp 236 mIsInactive = true;
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
Agps.cpp 131 mCurrentSubscriber->mIsInactive = true;
160 mCurrentSubscriber->mIsInactive = true;
337 subscriber->mIsInactive) ||
339 !subscriber->mIsInactive)) {
449 if(!subscriber->mIsInactive){
497 if(subscriber->mIsInactive == isInactive){
Agps.h 174 bool mIsInactive;
180 mIsInactive(isInactive) {}
188 mConnHandle, mWaitForCloseComplete, mIsInactive); }
  /hardware/qcom/gps/msm8998/gnss/
Agps.cpp 131 mCurrentSubscriber->mIsInactive = true;
158 mCurrentSubscriber->mIsInactive = true;
329 subscriber->mIsInactive) ||
331 !subscriber->mIsInactive)) {
441 if (!subscriber->mIsInactive) {
489 if(subscriber->mIsInactive == isInactive) {
Agps.h 174 bool mIsInactive;
180 mIsInactive(isInactive) {}
188 mConnHandle, mWaitForCloseComplete, mIsInactive); }

Completed in 312 milliseconds