Merge "Update invoke Vendor Command Listener for Vendor ID check" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
683ab865f8
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user