Loading drm/1.0/default/CryptoPlugin.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ namespace implementation { return Void(); } base = static_cast<uint8_t *>(static_cast<void *>(destBase->getPointer())); destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset); } else if (destination.type == BufferType::NATIVE_HANDLE) { if (!secure) { Loading Loading
drm/1.0/default/CryptoPlugin.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ namespace implementation { return Void(); } base = static_cast<uint8_t *>(static_cast<void *>(destBase->getPointer())); destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset); } else if (destination.type == BufferType::NATIVE_HANDLE) { if (!secure) { Loading