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

Commit c2312cee authored by Winni Chang's avatar Winni Chang Committed by Android (Google) Code Review
Browse files

Merge "Add HDMI_EARC_STATUS_ARC_PENDING state change logs."

parents 0f773805 7b569708
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4734,6 +4734,7 @@ public class HdmiControlService extends SystemService {
        } else if (status == HDMI_EARC_STATUS_ARC_PENDING) {
            // If eARC is disabled, the local device is null. This is why we notify
            // AudioService here that the eARC connection is terminated.
            HdmiLogger.debug("eARC state change [new: HDMI_EARC_STATUS_ARC_PENDING(2)]");
            notifyEarcStatusToAudioService(false, new ArrayList<>());
            startArcAction(true, null);
        }