Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2017-0564/
Dpoc.c56 static unsigned int ion_type[] = { variable
68 int ion_alloc(int fd, int len, int *hdl, unsigned int ion_type) in ion_alloc() argument
74 .heap_id_mask = ion_type, in ion_alloc()
181 for (i=0; i < sizeof(ion_type)/sizeof(ion_type[0]); i++) { in main()
182 ret = ion_alloc(ion_fd, 0x1000, &ion_handle, ion_type[i]); in main()
188 if (i == sizeof(ion_type)/sizeof(ion_type[0])) { in main()