HDMICEC: Call setArcStatus in setArcMode

If the TV is available, call setArcStatus also when binder service's
setArcMode is called.

Bug: 177973980
Bug: 187168483
Test: adb shell cmd hdmi_control setarc on
Change-Id: I60060bdd37df30b25963c012a0d5e4549bf45ff7
This commit is contained in:
Venkatarama NG. Avadhani
2021-02-03 15:13:12 +05:30
committed by Nathalie Le Clair
parent aa27088a48
commit 4f3044e93e

View File

@@ -2056,6 +2056,7 @@ public class HdmiControlService extends SystemService {
Slog.w(TAG, "Local tv device not available to change arc mode.");
return;
}
tv.startArcAction(enabled);
}
});
}