Loading gnss/aidl/android/hardware/gnss/GnssMeasurement.aidl +40 −39 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ package android.hardware.gnss; import android.hardware.gnss.CorrelationVector; import android.hardware.gnss.GnssSignalType; import android.hardware.gnss.GnssMultipathIndicator; import android.hardware.gnss.GnssSignalType; import android.hardware.gnss.SatellitePvt; /** Loading Loading @@ -380,7 +380,6 @@ parcelable GnssMeasurement { */ double pseudorangeRateUncertaintyMps; /** * Flags indicating the Accumulated Delta Range's states. * Loading Loading @@ -620,8 +619,10 @@ parcelable GnssMeasurement { double satelliteInterSignalBiasUncertaintyNs; /** * The GNSS satellite position, velocity and time information at the signal transmission time * receivedSvTimeInNs. * The GNSS satellite position, velocity and time information at the same signal transmission * time receivedSvTimeInNs. * * The position and velocity must be in ECEF coordinates. * * If the data is available, gnssMeasurementFlags must contain HAS_SATELLITE_PVT. */ Loading gnss/aidl/android/hardware/gnss/SatellitePositionEcef.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,9 @@ package android.hardware.gnss; /** * Contains estimates of the satellite position fields in ECEF coordinate frame. * * The satellite position must be defined at the time of transmission of the * signal receivedSvTimeNs. */ @VintfStability parcelable SatellitePositionEcef { Loading gnss/aidl/android/hardware/gnss/SatelliteVelocityEcef.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,9 @@ package android.hardware.gnss; /** * Contains estimates of the satellite velocity fields in the ECEF coordinate frame. * * The satellite velocity must be defined at the time of transmission of the * signal receivedSvTimeNs. */ @VintfStability parcelable SatelliteVelocityEcef { Loading Loading
gnss/aidl/android/hardware/gnss/GnssMeasurement.aidl +40 −39 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ package android.hardware.gnss; import android.hardware.gnss.CorrelationVector; import android.hardware.gnss.GnssSignalType; import android.hardware.gnss.GnssMultipathIndicator; import android.hardware.gnss.GnssSignalType; import android.hardware.gnss.SatellitePvt; /** Loading Loading @@ -380,7 +380,6 @@ parcelable GnssMeasurement { */ double pseudorangeRateUncertaintyMps; /** * Flags indicating the Accumulated Delta Range's states. * Loading Loading @@ -620,8 +619,10 @@ parcelable GnssMeasurement { double satelliteInterSignalBiasUncertaintyNs; /** * The GNSS satellite position, velocity and time information at the signal transmission time * receivedSvTimeInNs. * The GNSS satellite position, velocity and time information at the same signal transmission * time receivedSvTimeInNs. * * The position and velocity must be in ECEF coordinates. * * If the data is available, gnssMeasurementFlags must contain HAS_SATELLITE_PVT. */ Loading
gnss/aidl/android/hardware/gnss/SatellitePositionEcef.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,9 @@ package android.hardware.gnss; /** * Contains estimates of the satellite position fields in ECEF coordinate frame. * * The satellite position must be defined at the time of transmission of the * signal receivedSvTimeNs. */ @VintfStability parcelable SatellitePositionEcef { Loading
gnss/aidl/android/hardware/gnss/SatelliteVelocityEcef.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,9 @@ package android.hardware.gnss; /** * Contains estimates of the satellite velocity fields in the ECEF coordinate frame. * * The satellite velocity must be defined at the time of transmission of the * signal receivedSvTimeNs. */ @VintfStability parcelable SatelliteVelocityEcef { Loading