Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bfa5740 authored by Henry Fang's avatar Henry Fang Committed by Android (Google) Code Review
Browse files

Merge "Change for HAL's committee's feedback from http://ag/21528528" into udc-dev

parents 47a31d93 678e42f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;