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

Commit 45005051 authored by Nathalie Le Clair's avatar Nathalie Le Clair Committed by Automerger Merge Worker
Browse files

Specify that only output ports need to be positive. am: 4e24d7a3 am: 9891d4a5 am: 7ddc4c11

parents a0545e30 7ddc4c11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.hardware.tv.hdmi.connection.HdmiPortType;
@VintfStability
parcelable HdmiPortInfo {
    HdmiPortType type;
    int portId; // Should start from 1 which corresponds to HDMI "port 1".
    int portId; // Output ports should start from 1 which corresponds to HDMI "port 1".
    boolean cecSupported;
    boolean arcSupported;
    boolean eArcSupported;