mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
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:
@@ -32,6 +32,7 @@
|
|||||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||||
|
|
||||||
package android.hardware.cas;
|
package android.hardware.cas;
|
||||||
|
/* @hide */
|
||||||
@Backing(type="int") @VintfStability
|
@Backing(type="int") @VintfStability
|
||||||
enum ScramblingControl {
|
enum ScramblingControl {
|
||||||
UNSCRAMBLED = 0,
|
UNSCRAMBLED = 0,
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||||
|
|
||||||
package android.hardware.cas;
|
package android.hardware.cas;
|
||||||
|
/* @hide */
|
||||||
@Backing(type="int") @VintfStability
|
@Backing(type="int") @VintfStability
|
||||||
enum ScramblingMode {
|
enum ScramblingMode {
|
||||||
RESERVED = 0,
|
RESERVED = 0,
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||||
|
|
||||||
package android.hardware.cas;
|
package android.hardware.cas;
|
||||||
|
/* @hide */
|
||||||
@Backing(type="int") @VintfStability
|
@Backing(type="int") @VintfStability
|
||||||
enum SessionIntent {
|
enum SessionIntent {
|
||||||
LIVE = 0,
|
LIVE = 0,
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ package android.hardware.cas;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enumerates the keys used to scramble the content.
|
* Enumerates the keys used to scramble the content.
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
@VintfStability
|
@VintfStability
|
||||||
@Backing(type="int")
|
@Backing(type="int")
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ package android.hardware.cas;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The Scrambling Mode.
|
* The Scrambling Mode.
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
@VintfStability
|
@VintfStability
|
||||||
@Backing(type="int")
|
@Backing(type="int")
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ package android.hardware.cas;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The intented usage for the session.
|
* The intented usage for the session.
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
@VintfStability
|
@VintfStability
|
||||||
@Backing(type="int")
|
@Backing(type="int")
|
||||||
|
|||||||
Reference in New Issue
Block a user