Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h252 const CdfwInterface* mCdfwInterface; variable
DGnssAdapter.cpp98 mCdfwInterface(nullptr), in GnssAdapter()
4785 if (mCdfwInterface) { in reportDGnssDataUsable()
4786 mCdfwInterface->reportUsable(mQDgnssListenerHDL, mDGnssDataUsage); in reportDGnssDataUsable()
6782 LOC_LOGv("mCdfwInterface %p", mCdfwInterface); in initCDFWService()
6783 if (nullptr == mCdfwInterface) { in initCDFWService()
6793 mCdfwInterface = getter(); in initCDFWService()
6796 if (nullptr != mCdfwInterface) { in initCDFWService()
6800 mCdfwInterface->startDgnssApiService(*mMsgTask); in initCDFWService()
6801 mQDgnssListenerHDL = mCdfwInterface->createUsableReporter(qDgnssSessionActiveCb); in initCDFWService()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h252 const CdfwInterface* mCdfwInterface; variable
DGnssAdapter.cpp98 mCdfwInterface(nullptr), in GnssAdapter()
4786 if (mCdfwInterface) { in reportDGnssDataUsable()
4787 mCdfwInterface->reportUsable(mQDgnssListenerHDL, mDGnssDataUsage); in reportDGnssDataUsable()
6784 LOC_LOGv("mCdfwInterface %p", mCdfwInterface); in initCDFWService()
6785 if (nullptr == mCdfwInterface) { in initCDFWService()
6795 mCdfwInterface = getter(); in initCDFWService()
6798 if (nullptr != mCdfwInterface) { in initCDFWService()
6802 mCdfwInterface->startDgnssApiService(*mMsgTask); in initCDFWService()
6803 mQDgnssListenerHDL = mCdfwInterface->createUsableReporter(qDgnssSessionActiveCb); in initCDFWService()