Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2017-0564/
Dpoc.c124 int ion_fd; variable
140 ion_free(ion_fd, ion_handle); in threadForIonFree01()
159 ion_free(ion_fd, ion_handle); in threadForIonFree02()
176 ion_fd = open("/dev/ion", O_RDONLY| O_SYNC, 0); in main()
177 if (ion_fd < 0) { in main()
182 ret = ion_alloc(ion_fd, 0x1000, &ion_handle, ion_type[i]); in main()
208 ret = ion_map(ion_fd, ion_handle); in main()
215 ion_free(ion_fd,ion_handle); in main()
216 close(ion_fd); in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-8448/
Dmtkfb.h226 int ion_fd; member
262 int ion_fd; /* 8135 CL 2340210 */ member