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

Commit 4b9ab65f authored by Nick Chalko's avatar Nick Chalko
Browse files

Improve documentation for FrontendEventType

Test: m android.hardware.tv.tuner@1.0
Change-Id: I3eece06215debfdb5122faa84ce5a80c1a28a8db
parent deb46003
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -1307,18 +1307,15 @@ safe_union FrontendScanMessage {
@export
enum FrontendEventType : uint32_t {
    /**
     * If frontend locked the signal which is specified by tune method, HAL sends
     * Locked event.
     * The frontend has locked to the signal specified by the tune method.
     */
    LOCKED,
    /**
     * If frontend can't locked the signal which is specified by tune method,
     * HAL sends NO_SIGNAL event.
     * The frontend is unable to lock to the signal specified by the tune method.
     */
    NO_SIGNAL,
    /**
     * If frontend detect that the locked signal get lost, HAL sends LOST_LOCK
     * event.
     * The frontend has lost the lock to the signal specified by the tune method.
     */
    LOST_LOCK,
};