Loading services/core/java/com/android/server/hdmi/HdmiCecLocalDeviceAudioSystem.java +6 −2 Original line number Diff line number Diff line Loading @@ -557,8 +557,12 @@ public class HdmiCecLocalDeviceAudioSystem extends HdmiCecLocalDeviceSource { @ServiceThreadOnly protected boolean handleReportArcInitiate(HdmiCecMessage message) { assertRunOnServiceThread(); // TODO(amyjojo): implement report arc initiate handler HdmiLogger.debug(TAG + "Stub handleReportArcInitiate"); /* * Ideally, we should have got this response before the {@link ArcInitiationActionFromAvr} * has timed out. Even if the response is late, {@link ArcInitiationActionFromAvr * #handleInitiateArcTimeout()} would not have disabled ARC. So nothing needs to be done * here. */ return true; } Loading Loading
services/core/java/com/android/server/hdmi/HdmiCecLocalDeviceAudioSystem.java +6 −2 Original line number Diff line number Diff line Loading @@ -557,8 +557,12 @@ public class HdmiCecLocalDeviceAudioSystem extends HdmiCecLocalDeviceSource { @ServiceThreadOnly protected boolean handleReportArcInitiate(HdmiCecMessage message) { assertRunOnServiceThread(); // TODO(amyjojo): implement report arc initiate handler HdmiLogger.debug(TAG + "Stub handleReportArcInitiate"); /* * Ideally, we should have got this response before the {@link ArcInitiationActionFromAvr} * has timed out. Even if the response is late, {@link ArcInitiationActionFromAvr * #handleInitiateArcTimeout()} would not have disabled ARC. So nothing needs to be done * here. */ return true; } Loading