Merge "Correct documentation for update()" am: 25e701b915 am: 302b92e7b3

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1717530

Change-Id: Ia095fdf84607309cda9efd3f5348ea36f4208603
This commit is contained in:
Treehugger Robot 2021-05-26 12:54:05 +00:00 committed by Automerger Merge Worker
commit 9839acee2e

View file

@ -155,8 +155,7 @@ interface IKeyMintOperation {
* it must process all but the tag length and buffer the possible tag data for processing during * it must process all but the tag length and buffer the possible tag data for processing during
* finish(). * finish().
* *
* @param input Data to be processed. Note that update() may or may not consume all of the data * @param input Data to be processed. update() must consume all input data.
* provided. See return value.
* *
* @param authToken Authentication token. Can be nullable if not provided. * @param authToken Authentication token. Can be nullable if not provided.
* *