mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Specify that only output ports need to be positive. am: 4e24d7a342 am: 9891d4a5d4
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2401152 Change-Id: I5c525d6495d8c3b966521ece8fba09e5b76fa153 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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