Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment