Home
last modified time | relevance | path

Searched refs:mGnssInterface (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8998/android/
DGnss.cpp85 if (nullptr == mGnssInterface && !getGnssInterfaceFailed) { in getGnssInterface()
104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface()
107 return mGnssInterface; in getGnssInterface()
DGnss.h138 GnssInterface* mGnssInterface = nullptr; member