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

/system/core/libion/
H A Dion_test.c21 int alloc_flags = 0; variable
34 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
205 {"alloc_flags", required_argument, 0, 'f'},
245 alloc_flags = atol(optarg);
262 " alloc_flags %d\n", test, len, align, map_flags, prot,
263 heap_mask, alloc_flags);

Completed in 1076 milliseconds