Home
last modified time | relevance | path

Searched refs:mCdfwInterface (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DGnssAdapter.cpp96 mCdfwInterface(nullptr), in GnssAdapter()
4778 if (mCdfwInterface) { in reportDGnssDataUsable()
4779 mCdfwInterface->reportUsable(mQDgnssListenerHDL, mDGnssDataUsage); in reportDGnssDataUsable()
6726 LOC_LOGv("mCdfwInterface %p", mCdfwInterface); in initCDFWService()
6727 if (nullptr == mCdfwInterface) { in initCDFWService()
6737 mCdfwInterface = getter(); in initCDFWService()
6740 if (nullptr != mCdfwInterface) { in initCDFWService()
6744 mCdfwInterface->startDgnssApiService(*mMsgTask); in initCDFWService()
6745 mQDgnssListenerHDL = mCdfwInterface->createUsableReporter(qDgnssSessionActiveCb); in initCDFWService()
H A DGnssAdapter.h252 const CdfwInterface* mCdfwInterface; variable
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DGnssAdapter.cpp96 mCdfwInterface(nullptr), in GnssAdapter()
4777 if (mCdfwInterface) { in reportDGnssDataUsable()
4778 mCdfwInterface->reportUsable(mQDgnssListenerHDL, mDGnssDataUsage); in reportDGnssDataUsable()
6725 LOC_LOGv("mCdfwInterface %p", mCdfwInterface); in initCDFWService()
6726 if (nullptr == mCdfwInterface) { in initCDFWService()
6736 mCdfwInterface = getter(); in initCDFWService()
6739 if (nullptr != mCdfwInterface) { in initCDFWService()
6743 mCdfwInterface->startDgnssApiService(*mMsgTask); in initCDFWService()
6744 mQDgnssListenerHDL = mCdfwInterface->createUsableReporter(qDgnssSessionActiveCb); in initCDFWService()
H A DGnssAdapter.h252 const CdfwInterface* mCdfwInterface; variable