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

Commit 57d18106 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CAS: Add missing @hide annotations" am: 3d4c5a44 am: 1bae1c30

parents 4ef79ceb 1bae1c30
Loading
Loading
Loading
Loading
+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.cas;
/* @hide */
@Backing(type="int") @VintfStability
enum ScramblingControl {
  UNSCRAMBLED = 0,
+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.cas;
/* @hide */
@Backing(type="int") @VintfStability
enum ScramblingMode {
  RESERVED = 0,
+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.cas;
/* @hide */
@Backing(type="int") @VintfStability
enum SessionIntent {
  LIVE = 0,
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.hardware.cas;

/**
 * Enumerates the keys used to scramble the content.
 * @hide
 */
@VintfStability
@Backing(type="int")
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.hardware.cas;

/**
 * The Scrambling Mode.
 * @hide
 */
@VintfStability
@Backing(type="int")
Loading