Searched refs:alloc_flags (Results 1 - 1 of 1) sorted by relevance

/system/core/libion/
H A Dion_test.c36 int alloc_flags = 0; variable
49 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
222 {"alloc_flags", required_argument, 0, 'f'},
256 alloc_flags = atol(optarg);
273 " alloc_flags %d\n", test, len, align, map_flags, prot,
274 heap_mask, alloc_flags);

Completed in 769 milliseconds