Searched refs:ion_type (Results 1 – 1 of 1) sorted by relevance
56 static unsigned int ion_type[] = { variable68 int ion_alloc(int fd, int len, int *hdl, unsigned int ion_type) in ion_alloc() argument74 .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()