Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp496 ExcessPathInfo excessPathInfo; in getExcessPathInfo() local
498 excessPathInfo.excessPathInfoFlags = flags; in getExcessPathInfo()
501 excessPathInfo.excessPathLengthMeters = epl; in getExcessPathInfo()
505 excessPathInfo.excessPathLengthUncertaintyMeters = eplUnc; in getExcessPathInfo()
515 excessPathInfo.reflectingPlane = reflectingPlane; in getExcessPathInfo()
520 excessPathInfo.attenuationDb = attenuation; in getExcessPathInfo()
522 return excessPathInfo; in getExcessPathInfo()