Merge "CAS: Add missing @hide annotations"

This commit is contained in:
Treehugger Robot
2022-12-21 00:01:23 +00:00
committed by Gerrit Code Review
6 changed files with 6 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

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

View File

@@ -18,6 +18,7 @@ package android.hardware.cas;
/**
* The Scrambling Mode.
* @hide
*/
@VintfStability
@Backing(type="int")

View File

@@ -18,6 +18,7 @@ package android.hardware.cas;
/**
* The intented usage for the session.
* @hide
*/
@VintfStability
@Backing(type="int")