Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/aidl/default/
DMeasurementCorrectionsInterface.cpp50 for (auto excessPathInfo : singleSatCorrection.excessPathInfos) { in setCorrections() local
52 excessPathInfo.excessPathLengthMeters, in setCorrections()
53 excessPathInfo.excessPathLengthUncertaintyMeters, excessPathInfo.attenuationDb); in setCorrections()
55 excessPathInfo.reflectingPlane.latitudeDegrees, in setCorrections()
56 excessPathInfo.reflectingPlane.longitudeDegrees, in setCorrections()
57 excessPathInfo.reflectingPlane.altitudeMeters, in setCorrections()
58 excessPathInfo.reflectingPlane.reflectingPlaneAzimuthDegrees); in setCorrections()
/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp205 ExcessPathInfo excessPathInfo; in createExcessPathInfo() local
206 excessPathInfo.excessPathInfoFlags = in createExcessPathInfo()
212 excessPathInfo.excessPathLengthMeters = excessPathLengthMeters; in createExcessPathInfo()
213 excessPathInfo.excessPathLengthUncertaintyMeters = excessPathLengthUncertaintyMeters; in createExcessPathInfo()
215 excessPathInfo.reflectingPlane = *reflectingPlane; in createExcessPathInfo()
217 excessPathInfo.attenuationDb = attenuationDb; in createExcessPathInfo()
218 return excessPathInfo; in createExcessPathInfo()