Searched defs: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);
220 {"alloc_flags", required_argument, 0, 'f'},
254 alloc_flags = atol(optarg);
271 " alloc_flags %d\n", test, len, align, map_flags, prot,
272 heap_mask, alloc_flags);

Completed in 42 milliseconds