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

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

Merge "CEC: Implement handleReportArcInitiate method" am: b36f38b8

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

Change-Id: Ib98ea5394f46197c3ebe7960829e8ebf346ce87e
parents 9ed545c4 b36f38b8
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;
    }