Fix the parameter direction

The output_descriptor parameter of OEMCrypto_FreeSecureBuffer should be
marked as [in,out].

Bug: 321346771
Change-Id: I4ba1a7f0b0f12a068d655a0d0b8b43a0818980dc
This commit is contained in:
Junfeng Yang
2024-01-24 12:10:21 -08:00
committed by Robert Shih
parent 8ac74f2d68
commit 93c19cd8de

View File

@@ -5379,7 +5379,7 @@ OEMCryptoResult OEMCrypto_AllocateSecureBuffer(
* will cause the unit test using secure buffers to fail.
*
* @param[in] session: session id for operation.
* @param[out] output_descriptor: the buffer descriptor modified by
* @param[in,out] output_descriptor: the buffer descriptor modified by
* OEMCrypto_AllocateSecureBuffer()
* @param[in] secure_fd: The integer returned by
* OEMCrypto_AllocateSecureBuffer()