mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "CAS: Add missing @hide annotations" am: 3d4c5a4464
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2361674 Change-Id: I2dfe1a6c64711aa68e0a89b0c6288c10fb3923d3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -18,6 +18,7 @@ package android.hardware.cas;
|
||||
|
||||
/**
|
||||
* Enumerates the keys used to scramble the content.
|
||||
* @hide
|
||||
*/
|
||||
@VintfStability
|
||||
@Backing(type="int")
|
||||
|
||||
@@ -18,6 +18,7 @@ package android.hardware.cas;
|
||||
|
||||
/**
|
||||
* The Scrambling Mode.
|
||||
* @hide
|
||||
*/
|
||||
@VintfStability
|
||||
@Backing(type="int")
|
||||
|
||||
@@ -18,6 +18,7 @@ package android.hardware.cas;
|
||||
|
||||
/**
|
||||
* The intented usage for the session.
|
||||
* @hide
|
||||
*/
|
||||
@VintfStability
|
||||
@Backing(type="int")
|
||||
|
||||
Reference in New Issue
Block a user