Home
last modified time | relevance | path

Searched refs:svPolynomial (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/gps/msm8998/core/
DUlpProxyBase.h74 inline virtual bool reportSvPolynomial(GnssSvPolynomial &svPolynomial) in reportSvPolynomial() argument
76 (void)svPolynomial; in reportSvPolynomial()
DLocAdapterBase.cpp102 reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial)
DLocAdapterBase.h138 virtual void reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial);
DLocApiBase.cpp304 void LocApiBase::reportSvPolynomial(GnssSvPolynomial &svPolynomial) in reportSvPolynomial() argument
308 mLocAdapters[i]->reportSvPolynomialEvent(svPolynomial) in reportSvPolynomial()
DLocApiBase.h119 void reportSvPolynomial(GnssSvPolynomial &svPolynomial);
/hardware/qcom/gps/msm8909w_3100/core/
DUlpProxyBase.h74 inline virtual bool reportSvPolynomial(GnssSvPolynomial &svPolynomial) in reportSvPolynomial() argument
76 (void)svPolynomial; in reportSvPolynomial()
DLocAdapterBase.h138 virtual void reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial);
DLocApiBase.cpp306 void LocApiBase::reportSvPolynomial(GnssSvPolynomial &svPolynomial) in reportSvPolynomial() argument
310 mLocAdapters[i]->reportSvPolynomialEvent(svPolynomial) in reportSvPolynomial()
DLocApiBase.h119 void reportSvPolynomial(GnssSvPolynomial &svPolynomial);
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.h218 virtual void reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial);
DGnssAdapter.cpp2277 GnssAdapter::reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial) in reportSvPolynomialEvent() argument
2282 mUlpProxy->reportSvPolynomial(svPolynomial); in reportSvPolynomialEvent()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.h232 virtual void reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial);
DGnssAdapter.cpp2379 GnssAdapter::reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial) in reportSvPolynomialEvent() argument
2384 mUlpProxy->reportSvPolynomial(svPolynomial); in reportSvPolynomialEvent()