/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.h | 353 GnssDataNotification* pDataNotify = nullptr, 361 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 394 void reportData(GnssDataNotification& dataNotify); 421 void getDataInformation(GnssDataNotification& data, int msInWeek);
|
D | GnssAdapter.cpp | 3068 GnssDataNotification* pDataNotify, in reportPositionEvent() 3093 GnssDataNotification mDataNotify; in reportPositionEvent() 3101 GnssDataNotification* pDataNotify, in reportPositionEvent() 3128 mAdapter.getDataInformation((GnssDataNotification&)mDataNotify, in reportPositionEvent() 3131 mAdapter.reportData((GnssDataNotification&)mDataNotify); in reportPositionEvent() 3578 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() 3583 GnssDataNotification mDataNotify; in reportDataEvent() 3586 const GnssDataNotification& dataNotify, in reportDataEvent() 3595 mAdapter.getDataInformation((GnssDataNotification&)mDataNotify, in reportDataEvent() 3598 mAdapter.reportData((GnssDataNotification&)mDataNotify); in reportDataEvent() [all …]
|
/hardware/qcom/sm7150/gps/gnss/ |
D | GnssAdapter.h | 390 GnssDataNotification* pDataNotify = nullptr, 398 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 431 void reportData(GnssDataNotification& dataNotify); 460 void getDataInformation(GnssDataNotification& data, int msInWeek);
|
D | GnssAdapter.cpp | 3206 GnssDataNotification* pDataNotify, in reportPositionEvent() 3245 GnssDataNotification mDataNotify; in reportPositionEvent() 3253 GnssDataNotification* pDataNotify, in reportPositionEvent() 3280 mAdapter.getDataInformation((GnssDataNotification&)mDataNotify, in reportPositionEvent() 3283 mAdapter.reportData((GnssDataNotification&)mDataNotify); in reportPositionEvent() 3732 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() 3737 GnssDataNotification mDataNotify; in reportDataEvent() 3740 const GnssDataNotification& dataNotify, in reportDataEvent() 3749 mAdapter.getDataInformation((GnssDataNotification&)mDataNotify, in reportDataEvent() 3752 mAdapter.reportData((GnssDataNotification&)mDataNotify); in reportDataEvent() [all …]
|
/hardware/qcom/sm8150p/gps/core/ |
D | LocAdapterBase.h | 154 GnssDataNotification* pDataNotify = nullptr, 163 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocAdapterBase.cpp | 84 GnssDataNotification* pDataNotify, in reportPositionEvent() 121 reportDataEvent(const GnssDataNotification& /*dataNotify*/, in reportSvEvent()
|
D | LocApiBase.h | 169 GnssDataNotification* pDataNotify = nullptr, 176 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 324 GnssDataNotification* pDataNotify, in reportPosition() 460 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData()
|
/hardware/qcom/sm7250/gps/core/ |
D | LocAdapterBase.h | 174 GnssDataNotification* pDataNotify = nullptr, 183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocAdapterBase.cpp | 91 GnssDataNotification* pDataNotify, in reportPositionEvent() 128 reportDataEvent(const GnssDataNotification& /*dataNotify*/, in reportSvEvent()
|
D | LocApiBase.h | 174 GnssDataNotification* pDataNotify = nullptr, 181 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 325 GnssDataNotification* pDataNotify, in reportPosition() 461 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData()
|
/hardware/qcom/sm7150/gps/core/ |
D | LocAdapterBase.h | 174 GnssDataNotification* pDataNotify = nullptr, 183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocAdapterBase.cpp | 91 GnssDataNotification* pDataNotify, in reportPositionEvent() 128 reportDataEvent(const GnssDataNotification& /*dataNotify*/, in reportSvEvent()
|
D | LocApiBase.h | 169 GnssDataNotification* pDataNotify = nullptr, 176 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 324 GnssDataNotification* pDataNotify, in reportPosition() 460 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData()
|
/hardware/qcom/sm8150/gps/core/ |
D | LocAdapterBase.h | 174 GnssDataNotification* pDataNotify = nullptr, 183 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek);
|
D | LocAdapterBase.cpp | 91 GnssDataNotification* pDataNotify, in reportPositionEvent() 128 reportDataEvent(const GnssDataNotification& /*dataNotify*/, in reportSvEvent()
|
D | LocApiBase.h | 174 GnssDataNotification* pDataNotify = nullptr, 181 void reportData(GnssDataNotification& dataNotify, int msInWeek);
|
D | LocApiBase.cpp | 325 GnssDataNotification* pDataNotify, in reportPosition() 461 void LocApiBase::reportData(GnssDataNotification& dataNotify, int msInWeek) in reportData()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 495 GnssDataNotification* pDataNotify = nullptr, 503 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 546 void reportData(GnssDataNotification& dataNotify); 581 void getDataInformation(GnssDataNotification& data, int msInWeek);
|
D | GnssAdapter.cpp | 3711 GnssDataNotification* pDataNotify, in reportPositionEvent() 3727 mutable GnssDataNotification mDataNotify; in reportPositionEvent() 3735 GnssDataNotification dataNotify, in reportPositionEvent() 3754 mAdapter.getDataInformation((GnssDataNotification&)mDataNotify, in reportPositionEvent() 3797 GnssDataNotification dataNotifyCopy = {}; in reportPositionEvent() 4400 GnssAdapter::reportDataEvent(const GnssDataNotification& dataNotify, in reportDataEvent() 4405 GnssDataNotification mDataNotify; in reportDataEvent() 4408 const GnssDataNotification& dataNotify, in reportDataEvent() 4417 mAdapter.getDataInformation((GnssDataNotification&)mDataNotify, in reportDataEvent() 4420 mAdapter.reportData((GnssDataNotification&)mDataNotify); in reportDataEvent() [all …]
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.h | 495 GnssDataNotification* pDataNotify = nullptr, 503 virtual void reportDataEvent(const GnssDataNotification& dataNotify, int msInWeek); 546 void reportData(GnssDataNotification& dataNotify); 581 void getDataInformation(GnssDataNotification& data, int msInWeek);
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationDataTypes.h | 1144 } GnssDataNotification; typedef 1412 GnssDataNotification gnssDataNotification
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationDataTypes.h | 1152 } GnssDataNotification; typedef 1487 GnssDataNotification gnssDataNotification
|