From 4e24d7a342e734e1ee821fa1086daa8c0c21632a Mon Sep 17 00:00:00 2001 From: Nathalie Le Clair Date: Tue, 24 Jan 2023 10:56:14 +0000 Subject: [PATCH] Specify that only output ports need to be positive. Test: presubmit Bug: 265117347 Change-Id: Ibac61ae11368baa62438c5b04549c5ea9e2b1c9f --- .../aidl/android/hardware/tv/hdmi/connection/HdmiPortInfo.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8a10d15ef..1d2ef4ae60 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 @@ 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;