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

Commit 75a6af23 authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Hide all GNSS AIDL interfaces/parcelables/enums

Bug: 201253590
Test: atest VtsHalGnssTargetTest
Change-Id: I8062085f5cb148189eebd6a7e7addf1b20de37db
parent 1d3177f1
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -42,5 +42,11 @@ aidl_interface {
            },
        },
    },
    versions: ["1"],
    versions_with_info: [
        {
            version: "1",
            imports: [],
        },
    ],

}
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.gnss;
/* @hide */
@VintfStability
parcelable BlocklistedSource {
  android.hardware.gnss.GnssConstellationType constellation = android.hardware.gnss.GnssConstellationType.UNKNOWN;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.gnss;
/* @hide */
@VintfStability
parcelable CorrelationVector {
  double frequencyOffsetMps;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.gnss;
/* @hide */
@VintfStability
parcelable ElapsedRealtime {
  int flags;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.gnss;
/* @hide */
@VintfStability
parcelable GnssClock {
  int gnssClockFlags;
Loading