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

Commit 9dbf5ea6 authored by Shinru Han's avatar Shinru Han Committed by Automerger Merge Worker
Browse files

Merge "Update HAL comment of SatellitePvt and GnssMeasurement" into sc-dev am: 9b0b0b83

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13993047

Change-Id: I41c515634be7407492f58700cf4357248ec64d60
parents 51bf495f 9b0b0b83
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 {