mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Specify that only output ports need to be positive.
Test: presubmit Bug: 265117347 Change-Id: Ibac61ae11368baa62438c5b04549c5ea9e2b1c9f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user