/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.h | 361 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 394 void reportData(GnssDataNotification& dataNotify);
|
D | GnssAdapter.cpp | 3578 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/ |
D | GnssAdapter.h | 398 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 431 void reportData(GnssDataNotification& dataNotify);
|
D | GnssAdapter.cpp | 3732 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/ |
D | LocAdapterBase.h | 163 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 460 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument 463 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
|
D | LocApiBase.h | 176 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
/hardware/qcom/sm7150/gps/core/ |
D | LocAdapterBase.h | 183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 460 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument 463 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
|
D | LocApiBase.h | 176 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
/hardware/qcom/sm7250/gps/core/ |
D | LocAdapterBase.h | 183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 461 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument 464 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
|
D | LocApiBase.h | 180 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.h | 502 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 543 void reportData(GnssDataNotification& dataNotify);
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 502 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 543 void reportData(GnssDataNotification& dataNotify);
|
D | GnssAdapter.cpp | 3727 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/ |
D | LocApiBase.cpp | 461 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData() argument 464 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportDataEvent(dataNotify, msInWeek)); in reportData()
|
D | LocApiBase.h | 180 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|