Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b0b0b83 authored by Shinru Han's avatar Shinru Han Committed by Android (Google) Code Review
Browse files

Merge "Update HAL comment of SatellitePvt and GnssMeasurement" into sc-dev

parents 04fc3da6 6e96be80
Loading
Loading
Loading
Loading
+40 −39
Original line number Diff line number Diff line
@@ -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;

/**
@@ -380,7 +380,6 @@ parcelable GnssMeasurement {
     */
    double pseudorangeRateUncertaintyMps;


    /**
     * Flags indicating the Accumulated Delta Range's states.
     *
@@ -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.
     */
+4 −1
Original line number Diff line number Diff line
@@ -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 {
+4 −1
Original line number Diff line number Diff line
@@ -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 {