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:
committed by
Nathalie Le Clair
parent
aa27088a48
commit
4f3044e93e
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user