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

Commit 683ab865 authored by Hongguang Chen's avatar Hongguang Chen Committed by Android (Google) Code Review
Browse files

Merge "Update invoke Vendor Command Listener for Vendor ID check" into udc-dev

parents b3634daf 9c0bf705
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3774,11 +3774,12 @@ public class HdmiControlService extends SystemService {
                }
                try {
                    record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId);
                    return true;
                } catch (RemoteException e) {
                    Slog.e(TAG, "Failed to notify vendor command reception", e);
                }
            }
            return true;
            return false;
        }
    }