Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 961125f9 authored by Amy Zhang's avatar Amy Zhang
Browse files

Add some invalid constants in Tuner HAL 1.1

Test: make
Bug: 171866656
Change-Id: I799d45c77bab923869107ae178a979b8f55dc330
parent 803f77cd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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