Merge "CAS: Add missing @hide annotations" am: 3d4c5a4464 am: 1bae1c30bd

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2361674

Change-Id: Icc2b289001b4df5d5bad619098a317d1d9b56bb6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-12-21 01:17:39 +00:00
committed by Automerger Merge Worker
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")