Home
last modified time | relevance | path

Searched refs:dataNotify (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.h361 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
394 void reportData(GnssDataNotification& dataNotify);
DGnssAdapter.cpp3578 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() argument
3586 const GnssDataNotification& dataNotify, in reportDataEvent()
3590 mDataNotify(dataNotify), in reportDataEvent()
3602 sendMsg(new MsgReportData(*this, dataNotify, msInWeek)); in reportDataEvent()
3606 GnssAdapter::reportData(GnssDataNotification& dataNotify) in reportData() argument
3610 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_JAMMER_IND_BIT)) { in reportData()
3611 LOC_LOGv("jammerInd[%d]=%f", sig, dataNotify.jammerInd[sig]); in reportData()
3614 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_AGC_BIT)) { in reportData()
3615 LOC_LOGv("agc[%d]=%f", sig, dataNotify.agc[sig]); in reportData()
3620 it->second.gnssDataCb(dataNotify); in reportData()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.h398 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
431 void reportData(GnssDataNotification& dataNotify);
DGnssAdapter.cpp3732 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() argument
3740 const GnssDataNotification& dataNotify, in reportDataEvent()
3744 mDataNotify(dataNotify), in reportDataEvent()
3756 sendMsg(new MsgReportData(*this, dataNotify, msInWeek)); in reportDataEvent()
3760 GnssAdapter::reportData(GnssDataNotification& dataNotify) in reportData() argument
3764 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_JAMMER_IND_BIT)) { in reportData()
3765 LOC_LOGv("jammerInd[%d]=%f", sig, dataNotify.jammerInd[sig]); in reportData()
3768 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_AGC_BIT)) { in reportData()
3769 LOC_LOGv("agc[%d]=%f", sig, dataNotify.agc[sig]); in reportData()
3774 it->second.gnssDataCb(dataNotify); in reportData()
/hardware/qcom/sm8150p/gps/core/
DLocAdapterBase.h163 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
DLocApiBase.cpp460 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument
463 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
DLocApiBase.h176 void reportData(GnssDataNotification& dataNotify, int msInWeek);
/hardware/qcom/sm7150/gps/core/
DLocAdapterBase.h183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
DLocApiBase.cpp460 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument
463 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
DLocApiBase.h176 void reportData(GnssDataNotification& dataNotify, int msInWeek);
/hardware/qcom/sm7250/gps/core/
DLocAdapterBase.h183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
DLocApiBase.cpp461 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument
464 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
DLocApiBase.h180 void reportData(GnssDataNotification& dataNotify, int msInWeek);
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h502 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
543 void reportData(GnssDataNotification& dataNotify);
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h502 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
543 void reportData(GnssDataNotification& dataNotify);
DGnssAdapter.cpp3727 GnssDataNotification dataNotify, in reportPositionEvent()
3735 mDataNotify(dataNotify), in reportPositionEvent()
4392 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() argument
4400 const GnssDataNotification& dataNotify, in reportDataEvent()
4404 mDataNotify(dataNotify), in reportDataEvent()
4416 sendMsg(new MsgReportData(*this, dataNotify, msInWeek)); in reportDataEvent()
4420 GnssAdapter::reportData(GnssDataNotification& dataNotify) in reportData() argument
4424 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_JAMMER_IND_BIT)) { in reportData()
4425 LOC_LOGv("jammerInd[%d]=%f", sig, dataNotify.jammerInd[sig]); in reportData()
4428 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_AGC_BIT)) { in reportData()
[all …]
/hardware/qcom/sm8150/gps/core/
DLocApiBase.cpp461 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument
464 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
DLocApiBase.h180 void reportData(GnssDataNotification& dataNotify, int msInWeek);