Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0490/
Dpoc.cpp221 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ macro
330 FAIL_CHECK_ALOGE(ioctl(g_fd, ION_IOC_ALLOC, (unsigned long)&iia) >= 0, ION_IOC_ALLOC); in alloc_handle()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dlocal_poc.h27 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data) macro
Dpoc.c62 ret = ioctl(ion_fd, ION_IOC_ALLOC, &alloc_data); in ion_alloc()