Home
last modified time | relevance | path

Searched refs:alloc_handle (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0490/
Dpoc.cpp320 int alloc_handle(int type, unsigned long kernel_obj_addr) { in alloc_handle() function
341 int handle = alloc_handle(ION_HEAP_TYPE_MULTIMEDIA_PA2MVA, 0x40080000); in poc_write_kernel()
343 FAIL_CHECK_ALOGE(handle >= 0, alloc_handle failed); in poc_write_kernel()