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

Commit cdd25e94 authored by Amy's avatar Amy Committed by shubang
Browse files

Send out <Set Stream Path> regardless of the port the remote device is connected to

ag/5511883

Current logic only send out set steam path when the device is not under
the current device but this might cause failure in waking the direct
conncted device up.

Test: manual
Bug: 119519941
Change-Id: Ibf9d162e969a51bd772e1edb4abf60382a35583b
parent 4879d5ce
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1697,9 +1697,8 @@ public class HdmiControlService extends SystemService {
                        } else {
                            Slog.e(TAG, "Can't get the correct local device to handle routing.");
                        }
                    } else {
                        sendCecCommand(setStreamPath);
                    }
                    sendCecCommand(setStreamPath);
                }
            });
        }