Searched defs:heap_mask (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dion.h47 unsigned int heap_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dion.h92 unsigned int heap_mask; member in struct:ion_allocation_data
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp119 unsigned int heap_mask; local
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); local
191 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags,
205 unsigned int heap_mask = _select_heap(usage); local
221 err = ion_alloc_fd(ionfd, size, 0, heap_mask, ion_flags, &fd);
236 unsigned int heap_mask = _select_heap(usage); local
291 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flag
[all...]
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp28 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;
77 ion_alloc(ion_client client, size_t len, size_t align, unsigned int heap_mask, unsigned int flags) argument
/hardware/ti/omap4-aah/ion/
H A Dion_test.c22 int heap_mask = 1; variable
238 {"heap_mask", required_argument, 0, 'h'},
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h145 * @heap_mask: mask of heaps this client can allocate from
149 unsigned int heap_mask, const char *name);
155 * heap_mask and name are the same as ion_client_create, return values
159 struct ion_client *msm_ion_client_create(unsigned int heap_mask,
177 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
187 size_t align, unsigned int heap_mask,
391 unsigned int heap_mask, const char *name)
396 static inline struct ion_client *msm_ion_client_create(unsigned int heap_mask, argument
406 unsigned int heap_mask,
506 * @heap_mask
390 ion_client_create(struct ion_device *dev, unsigned int heap_mask, const char *name) argument
404 ion_alloc(struct ion_client *client, size_t len, size_t align, unsigned int heap_mask, unsigned int flags) argument
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_ion.h195 * heap_mask and name are the same as ion_client_create, return values
199 struct ion_client *msm_ion_client_create(unsigned int heap_mask,
384 static inline struct ion_client *msm_ion_client_create(unsigned int heap_mask, argument

Completed in 420 milliseconds