Remove ro.hdmi.wake_on_hotplug

wake_on_hotplug is not CEC specific

cherry picked from https://android-review.googlesource.com/c/platform/frameworks/base/+/1285956

Bug: 154122694
Test: m services.core
Change-Id: Ifd06566d958ef1b08aa84012366b4641ee5032f7
This commit is contained in:
Tarundeep Singh
2020-04-10 12:55:43 +05:30
committed by Nick Chalko
parent c4f90c131f
commit bd41adb919

View File

@@ -44,8 +44,6 @@ import java.util.Locale;
public class HdmiCecLocalDevicePlayback extends HdmiCecLocalDeviceSource {
private static final String TAG = "HdmiCecLocalDevicePlayback";
private static final boolean WAKE_ON_HOTPLUG = false;
private static final boolean SET_MENU_LANGUAGE =
HdmiProperties.set_menu_language_enabled().orElse(false);
@@ -151,9 +149,6 @@ public class HdmiCecLocalDevicePlayback extends HdmiCecLocalDeviceSource {
assertRunOnServiceThread();
mCecMessageCache.flushAll();
// We'll not clear mIsActiveSource on the hotplug event to pass CETC 11.2.2-2 ~ 3.
if (WAKE_ON_HOTPLUG && connected && mService.isPowerStandbyOrTransient()) {
mService.wakeUp();
}
if (!connected) {
getWakeLock().release();
}