Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 498c1525 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CEC: Implement handleReportArcInitiate method" am: b36f38b8 am: e772a468

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1589691

Change-Id: I611985ac9ca69ffa05801fe7170955076a720593
parents 27fe7fa7 e772a468
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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;
    }