Home | History | Annotate | Download | only in gralloc

Lines Matching defs:heap_mask

119     unsigned int heap_mask;
122 heap_mask = (1 << ION_HEAP_EXYNOS_CONTIG_ID);
124 heap_mask = (1 << ION_HEAP_SYSTEM_ID) | (1 << ION_HEAP_CHUNK_ID);
126 return heap_mask;
134 unsigned int heap_mask = _select_heap(usage);
191 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags,
205 unsigned int heap_mask = _select_heap(usage);
221 err = ion_alloc_fd(ionfd, size, 0, heap_mask, ion_flags, &fd);
236 unsigned int heap_mask = _select_heap(usage);
291 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd);
298 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd1);
302 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd2);