mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "CAS: Add missing @hide annotations"
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