/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/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 | 181 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
/hardware/qcom/sm8150/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 | 181 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/gnss/ |
D | GnssAdapter.h | 503 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 546 void reportData(GnssDataNotification& dataNotify);
|
D | GnssAdapter.cpp | 3736 GnssDataNotification dataNotify, in reportPositionEvent() 3744 mDataNotify(dataNotify), in reportPositionEvent() 4401 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() argument 4409 const GnssDataNotification& dataNotify, in reportDataEvent() 4413 mDataNotify(dataNotify), in reportDataEvent() 4425 sendMsg(new MsgReportData(*this, dataNotify, msInWeek)); in reportDataEvent() 4429 GnssAdapter::reportData(GnssDataNotification& dataNotify) in reportData() argument 4433 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_JAMMER_IND_BIT)) { in reportData() 4434 LOC_LOGv("jammerInd[%d]=%f", sig, dataNotify.jammerInd[sig]); in reportData() 4437 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_AGC_BIT)) { in reportData() [all …]
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 503 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 546 void reportData(GnssDataNotification& dataNotify);
|
D | GnssAdapter.cpp | 3735 GnssDataNotification dataNotify, in reportPositionEvent() 3743 mDataNotify(dataNotify), in reportPositionEvent() 4400 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() argument 4408 const GnssDataNotification& dataNotify, in reportDataEvent() 4412 mDataNotify(dataNotify), in reportDataEvent() 4424 sendMsg(new MsgReportData(*this, dataNotify, msInWeek)); in reportDataEvent() 4428 GnssAdapter::reportData(GnssDataNotification& dataNotify) in reportData() argument 4432 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_JAMMER_IND_BIT)) { in reportData() 4433 LOC_LOGv("jammerInd[%d]=%f", sig, dataNotify.jammerInd[sig]); in reportData() 4436 (dataNotify.gnssDataMask[sig] & GNSS_LOC_DATA_AGC_BIT)) { in reportData() [all …]
|