Searched refs:excessPathLengthMeters (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | GnssExcessPathInfo.java | 59 float excessPathLengthMeters, in GnssExcessPathInfo() argument 64 mExcessPathLengthMeters = excessPathLengthMeters; in GnssExcessPathInfo() 197 float excessPathLengthMeters = 209 return new GnssExcessPathInfo(flags, excessPathLengthMeters, 285 @FloatRange(from = 0.0f) float excessPathLengthMeters) { in setExcessPathLengthMeters() 286 Preconditions.checkArgumentInRange(excessPathLengthMeters, 0, Float.MAX_VALUE, in setExcessPathLengthMeters() 288 mExcessPathLengthMeters = excessPathLengthMeters; in setExcessPathLengthMeters()
|
D | GnssSingleSatCorrection.java | 70 float carrierFrequencyHz, float probSatIsLos, float excessPathLengthMeters, in GnssSingleSatCorrection() argument 79 mCombinedExcessPathLengthMeters = excessPathLengthMeters; in GnssSingleSatCorrection()
|
/frameworks/base/services/core/jni/gnss/ |
D | MeasurementCorrections.cpp | 374 .excessPathLengthMeters = eplMeters, in getSingleSatCorrection_1_0_withoutConstellation() 501 excessPathInfo.excessPathLengthMeters = epl; in getExcessPathInfo()
|