Home
last modified time | relevance | path

Searched refs:probSatIsLos (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java70 float carrierFrequencyHz, float probSatIsLos, float excessPathLengthMeters, in GnssSingleSatCorrection() argument
78 mProbSatIsLos = probSatIsLos; in GnssSingleSatCorrection()
251 float probSatIsLos = (singleSatCorrectionFlags & HAS_PROB_SAT_IS_LOS_MASK) != 0
265 satId, carrierFrequencyHz, probSatIsLos, combinedExcessPathLengthMeters,
381 @FloatRange(from = 0.0f, to = 1.0f) float probSatIsLos) { in setProbabilityLineOfSight()
383 probSatIsLos, 0, 1, "probSatIsLos should be between 0 and 1."); in setProbabilityLineOfSight()
384 mProbSatIsLos = probSatIsLos; in setProbabilityLineOfSight()
/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp355 jfloat probSatIsLos = in getSingleSatCorrection_1_0_withoutConstellation() local
373 .probSatIsLos = probSatIsLos, in getSingleSatCorrection_1_0_withoutConstellation()
389 jfloat probSatIsLos = in getSingleSatCorrection_Aidl() local
403 singleSatCorrection.probSatIsLos = probSatIsLos; in getSingleSatCorrection_Aidl()