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

Commit 0179ccc0 authored by Paul Colța's avatar Paul Colța Committed by Android (Google) Code Review
Browse files

Merge "HDMICEC: Remove deferred OneTouchPlayAction"

parents e69c094b d4927bba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -544,6 +544,7 @@ public class HdmiCecLocalDevicePlayback extends HdmiCecLocalDeviceSource {
                    || message.getOpcode() == Constants.MESSAGE_SET_STREAM_PATH
                    || message.getOpcode() == Constants.MESSAGE_ACTIVE_SOURCE) {
                removeAction(ActiveSourceAction.class);
                removeAction(OneTouchPlayAction.class);
                return;
            }
        }
+1 −1
Original line number Diff line number Diff line
@@ -1051,13 +1051,13 @@ public class HdmiControlService extends SystemService {

                            // Address allocation completed for all devices. Notify each device.
                            if (allocatingDevices.size() == ++finished[0]) {
                                mAddressAllocated = true;
                                if (initiatedBy != INITIATED_BY_HOTPLUG) {
                                    // In case of the hotplug we don't call
                                    // onInitializeCecComplete()
                                    // since we reallocate the logical address only.
                                    onInitializeCecComplete(initiatedBy);
                                }
                                mAddressAllocated = true;
                                notifyAddressAllocated(allocatedDevices, initiatedBy);
                                // Reinvoke the saved display status callback once the local
                                // device is ready.