HomeSort by relevance Sort by last modified time
    Searched defs:heap_mask (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/common/linux/
ion.h 42 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 45 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 28 unsigned int heap_mask; member in struct:ion_allocation_data
78 unsigned int heap_mask, unsigned int flags)
87 arg_alloc.heap_mask = heap_mask;
  /system/core/libion/
ion_test.c 22 int heap_mask = 1; variable
34 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
206 {"heap_mask", required_argument, 0, 'h'},
248 heap_mask = atol(optarg);
261 printf("test %d, len %u, align %u, map_flags %d, prot %d, heap_mask %d,"
263 heap_mask, alloc_flags);
  /external/kernel-headers/original/linux/
ion.h 117 * @heap_mask: mask of heaps this client can allocate from
121 unsigned int heap_mask, const char *name);
138 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
148 size_t align, unsigned int heap_mask,
239 * @heap_mask: mask of heaps to allocate from
249 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 124 unsigned int heap_mask; local
127 heap_mask = (1 << ION_HEAP_EXYNOS_CONTIG_ID);
129 heap_mask = (1 << ION_HEAP_SYSTEM_ID) | (1 << ION_HEAP_CHUNK_ID);
131 return heap_mask;
139 unsigned int heap_mask = _select_heap(usage); local
181 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags,
195 unsigned int heap_mask = _select_heap(usage); local
211 err = ion_alloc_fd(ionfd, size, 0, heap_mask, ion_flags, &fd);
226 unsigned int heap_mask = _select_heap(usage); local
281 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd)
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 144 * @heap_mask: mask of heaps this client can allocate from
148 unsigned int heap_mask, const char *name);
154 * heap_mask and name are the same as ion_client_create, return values
158 struct ion_client *msm_ion_client_create(unsigned int heap_mask,
176 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
186 size_t align, unsigned int heap_mask,
390 unsigned int heap_mask, const char *name)
395 static inline struct ion_client *msm_ion_client_create(unsigned int heap_mask,
405 unsigned int heap_mask,
505 * @heap_mask: mask of heaps to allocate fro
515 unsigned int heap_mask; member in struct:ion_allocation_data
    [all...]

Completed in 194 milliseconds