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

Commit 3d4c5a44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "CAS: Add missing @hide annotations"

parents 4d58d012 af993869
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