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

Commit 7b569708 authored by Winni Chang's avatar Winni Chang
Browse files

Add HDMI_EARC_STATUS_ARC_PENDING state change logs.

Bug: 278662425

Change-Id: Ieae92d0f759c312395f55f4fc4eb36f00b2fbfce
parent 10a8cd44
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);
        }