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

Commit 86828796 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

default drm hidl: Fix decrypt destination base ptr am: d79abbb0

Change-Id: Ifaa69ef0ed98f90a42a66b7b64ef9d61457af107
parents 756f134f d79abbb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -143,6 +143,7 @@ namespace implementation {
                return Void();
                return Void();
            }
            }


            base = static_cast<uint8_t *>(static_cast<void *>(destBase->getPointer()));
            destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset);
            destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset);
        } else if (destination.type == BufferType::NATIVE_HANDLE) {
        } else if (destination.type == BufferType::NATIVE_HANDLE) {
            if (!secure) {
            if (!secure) {