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

Commit 92035b8b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide all GNSS AIDL interfaces/parcelables/enums" into tm-dev

parents d3166013 75a6af23
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