From 678e42f76b6ff98b53c96d2367db3b86d6347d07 Mon Sep 17 00:00:00 2001 From: Henry Fang Date: Fri, 3 Mar 2023 23:52:29 +0000 Subject: [PATCH] Change for HAL's committee's feedback from http://ag/21528528 Change-Id: Id0db0e05ed812a783f0377412ba91997ce22b08a bug: 239228238 --- cas/aidl/android/hardware/cas/DestinationBuffer.aidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cas/aidl/android/hardware/cas/DestinationBuffer.aidl b/cas/aidl/android/hardware/cas/DestinationBuffer.aidl index 74336c2a43..ac562dc131 100644 --- a/cas/aidl/android/hardware/cas/DestinationBuffer.aidl +++ b/cas/aidl/android/hardware/cas/DestinationBuffer.aidl @@ -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;