mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
default drm hidl: Fix decrypt destination base ptr am: d79abbb0d3 am: 86828796ac
Change-Id: I4fac71fd9946d37a7a3b1d32a611f007de3e5303
This commit is contained in:
@@ -156,6 +156,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) {
|
||||
|
||||
Reference in New Issue
Block a user