Loading services/core/java/com/android/server/hdmi/HdmiCecLocalDeviceTv.java +2 −1 Original line number Diff line number Diff line Loading @@ -1232,7 +1232,8 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice { void launchRoutingControl(boolean routingForBootup) { assertRunOnServiceThread(); // Seq #24 if (getActivePortId() != Constants.INVALID_PORT_ID) { if (getActivePortId() != Constants.INVALID_PORT_ID && getActivePortId() != Constants.CEC_SWITCH_HOME) { if (!routingForBootup && !isProhibitMode()) { int newPath = mService.portIdToPath(getActivePortId()); setActivePath(newPath); Loading Loading
services/core/java/com/android/server/hdmi/HdmiCecLocalDeviceTv.java +2 −1 Original line number Diff line number Diff line Loading @@ -1232,7 +1232,8 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice { void launchRoutingControl(boolean routingForBootup) { assertRunOnServiceThread(); // Seq #24 if (getActivePortId() != Constants.INVALID_PORT_ID) { if (getActivePortId() != Constants.INVALID_PORT_ID && getActivePortId() != Constants.CEC_SWITCH_HOME) { if (!routingForBootup && !isProhibitMode()) { int newPath = mService.portIdToPath(getActivePortId()); setActivePath(newPath); Loading