HomeSort by relevance Sort by last modified time
    Searched refs:alloc_flags (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/ion/
ion_test.c 21 int alloc_flags = 0; variable
38 ret = ion_alloc_tiler(*fd, width, height, fmt, alloc_flags,
41 ret = ion_alloc(*fd, len, align, alloc_flags, handle);
237 {"alloc_flags", required_argument, 0, 'f'},
281 alloc_flags = atol(optarg);
307 "map_flags %d, prot %d, alloc_flags %d\n", test, len, width,
308 height, fmt, align, map_flags, prot, alloc_flags);
ion_test_2.c 41 int alloc_flags = 0; variable
53 ret = ion_alloc_tiler(fd, width, height, fmt, alloc_flags,
56 ret = ion_alloc(fd, len, align, alloc_flags, handle);
364 {"alloc_flags", required_argument, 0, 'f'},
409 alloc_flags = atol(optarg);
445 "iteration %d, map_flags %d, prot %d, alloc_flags %d\n", test, len, width,
446 height, fmt, align, count, iteration, map_flags, prot, alloc_flags);
  /system/core/libion/
ion_test.c 36 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 1674 milliseconds