Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f3044e9 authored by Venkatarama NG. Avadhani's avatar Venkatarama NG. Avadhani Committed by Nathalie Le Clair
Browse files

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
parent aa27088a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
                }
            });
        }