Change for HAL's committee's feedback from http://ag/21528528

Change-Id: Id0db0e05ed812a783f0377412ba91997ce22b08a
bug: 239228238
This commit is contained in:
Henry Fang 2023-03-03 23:52:29 +00:00
parent 93752a76ff
commit 678e42f76b

View file

@ -25,13 +25,13 @@ import android.hardware.common.NativeHandle;
@VintfStability
union DestinationBuffer {
/**
* If type == SHARED_MEMORY, the descrambled data must be written
* If the buffer is SharedBuffer, the descrambled data must be written
* to user-space non-secure shared memory.
*/
SharedBuffer nonsecureMemory;
/**
* If type == NATIVE_HANDLE, the descrambled data must be written
* If the buffer is presented by NativeHandle, the descrambled data must be written
* to secure memory referenced by the vendor's buffer allocator.
*/
NativeHandle secureMemory;