mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Add some invalid constants in Tuner HAL 1.1
Test: make Bug: 171866656 Change-Id: I799d45c77bab923869107ae178a979b8f55dc330
This commit is contained in:
@@ -72,6 +72,18 @@ enum Constant : @1.0::Constant {
|
||||
* IFrontend.linkCiCam.
|
||||
*/
|
||||
INVALID_LTS_ID = 0xFFFFFFFF,
|
||||
/**
|
||||
* An invalid frontend ID.
|
||||
*/
|
||||
INVALID_FRONTEND_ID = 0xFFFFFFFF,
|
||||
/**
|
||||
* An invalid LNB ID.
|
||||
*/
|
||||
INVALID_LNB_ID = 0xFFFFFFFF,
|
||||
/**
|
||||
* An invalid key token. It is used to remove the current key from the descrambler.
|
||||
*/
|
||||
INVALID_KEYTOKEN = 0x00,
|
||||
};
|
||||
|
||||
@export
|
||||
|
||||
Reference in New Issue
Block a user