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

  /hardware/interfaces/gnss/1.0/default/
Gnss.h 161 sp<GnssDebug> mGnssDebug = nullptr;
Gnss.cpp 664 if (mGnssDebug == nullptr) {
671 mGnssDebug = new GnssDebug(gpsDebugIface);
675 return mGnssDebug;
  /hardware/qcom/gps/msm8998/android/
Gnss.h 131 sp<IGnssDebug> mGnssDebug = nullptr;
Gnss.cpp 315 mGnssDebug = new GnssDebug(this);
316 return mGnssDebug;
  /hardware/qcom/gps/sdm845/android/
Gnss.h 131 sp<IGnssDebug> mGnssDebug = nullptr;
Gnss.cpp 315 mGnssDebug = new GnssDebug(this);
316 return mGnssDebug;

Completed in 100 milliseconds