Loading services/core/java/com/android/server/hdmi/HdmiControlService.java +6 −0 Original line number Diff line number Diff line Loading @@ -556,6 +556,12 @@ public class HdmiControlService extends SystemService { // on boot, if device is interactive, set HDMI CEC state as powered on as well if (mPowerManager.isInteractive() && isPowerStandbyOrTransient()) { mPowerStatus = HdmiControlManager.POWER_STATUS_ON; // Start all actions that were queued because the device was in standby if (mAddressAllocated) { for (HdmiCecLocalDevice localDevice : getAllLocalDevices()) { localDevice.startQueuedActions(); } } } } Loading Loading
services/core/java/com/android/server/hdmi/HdmiControlService.java +6 −0 Original line number Diff line number Diff line Loading @@ -556,6 +556,12 @@ public class HdmiControlService extends SystemService { // on boot, if device is interactive, set HDMI CEC state as powered on as well if (mPowerManager.isInteractive() && isPowerStandbyOrTransient()) { mPowerStatus = HdmiControlManager.POWER_STATUS_ON; // Start all actions that were queued because the device was in standby if (mAddressAllocated) { for (HdmiCecLocalDevice localDevice : getAllLocalDevices()) { localDevice.startQueuedActions(); } } } } Loading