Merge "Remove ro.hdmi.wake_on_hotplug"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6960fbc340
@@ -44,8 +44,6 @@ import java.util.Locale;
|
|||||||
public class HdmiCecLocalDevicePlayback extends HdmiCecLocalDeviceSource {
|
public class HdmiCecLocalDevicePlayback extends HdmiCecLocalDeviceSource {
|
||||||
private static final String TAG = "HdmiCecLocalDevicePlayback";
|
private static final String TAG = "HdmiCecLocalDevicePlayback";
|
||||||
|
|
||||||
private static final boolean WAKE_ON_HOTPLUG = false;
|
|
||||||
|
|
||||||
private static final boolean SET_MENU_LANGUAGE =
|
private static final boolean SET_MENU_LANGUAGE =
|
||||||
HdmiProperties.set_menu_language_enabled().orElse(false);
|
HdmiProperties.set_menu_language_enabled().orElse(false);
|
||||||
|
|
||||||
@@ -151,9 +149,6 @@ public class HdmiCecLocalDevicePlayback extends HdmiCecLocalDeviceSource {
|
|||||||
assertRunOnServiceThread();
|
assertRunOnServiceThread();
|
||||||
mCecMessageCache.flushAll();
|
mCecMessageCache.flushAll();
|
||||||
// We'll not clear mIsActiveSource on the hotplug event to pass CETC 11.2.2-2 ~ 3.
|
// 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) {
|
if (!connected) {
|
||||||
getWakeLock().release();
|
getWakeLock().release();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user