commit | 9891d4a5d461c88ce613cfb41aa9677a439b2cfd | [log] [tgz] |
---|---|---|
author | Nathalie Le Clair <lcnathalie@google.com> | Tue Jan 24 16:59:04 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 24 16:59:04 2023 +0000 |
tree | 6d017efd141df3838b38b44159eb7214395c77b9 | |
parent | 45110121d48e11c1db0733734957ab7eb323a79a [diff] | |
parent | 4e24d7a342e734e1ee821fa1086daa8c0c21632a [diff] |
Specify that only output ports need to be positive. am: 4e24d7a342 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2401152 Change-Id: I161ac7205594cc0ed468ccf1fdec43fb363be656 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tv/hdmi/connection/aidl/android/hardware/tv/hdmi/connection/HdmiPortInfo.aidl b/tv/hdmi/connection/aidl/android/hardware/tv/hdmi/connection/HdmiPortInfo.aidl index c8a10d1..1d2ef4a 100644 --- a/tv/hdmi/connection/aidl/android/hardware/tv/hdmi/connection/HdmiPortInfo.aidl +++ b/tv/hdmi/connection/aidl/android/hardware/tv/hdmi/connection/HdmiPortInfo.aidl
@@ -24,7 +24,7 @@ @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;