/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/include/ion/ |
ion.h | 30 int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask, 32 int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask,
|
/system/core/libion/ |
ion.c | 57 int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask, 64 .heap_mask = heap_mask, 124 int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask, 129 ret = ion_alloc(fd, len, align, heap_mask, flags, &handle);
|
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);
|
/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 194 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags, 208 unsigned int heap_mask = _select_heap(usage); local 224 err = ion_alloc_fd(ionfd, size, 0, heap_mask, ion_flags, &fd); 239 unsigned int heap_mask = _select_heap(usage); local 294 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd) [all...] |
/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/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...] |
/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
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.c | 56 p_buffer->alloc.heap_mask = 0x1 << ION_IOMMU_HEAP_ID;
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.c | 56 p_buffer->alloc.heap_mask = 0x1 << ION_IOMMU_HEAP_ID;
|
/hardware/samsung_slsi/exynos5/include/ |
ion.h | 107 * @heap_mask: Mask of heaps which you want this allocation to be served from. 116 unsigned int heap_mask, unsigned int flags);
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_ion.h | 195 * 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,
|
/hardware/qcom/display/msm8960/libgralloc/ |
ionalloc.cpp | 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
|
/hardware/qcom/display/msm8974/libgralloc/ |
ionalloc.cpp | 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
|
/hardware/qcom/display/msm8x26/libgralloc/ |
ionalloc.cpp | 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraMem.cpp | 317 alloc.heap_mask = heap_id; 442 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local 443 int rc = alloc(count, size, heap_mask); 618 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local 619 int rc = alloc(count, size, heap_mask); [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMem.cpp | 317 alloc.heap_mask = heap_id; 442 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local 443 int rc = alloc(count, size, heap_mask); 618 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local 619 int rc = alloc(count, size, heap_mask); [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Mem.cpp | 335 alloc.heap_mask = heap_id; 432 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local 433 int rc = alloc(count, size, heap_mask);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Mem.cpp | 335 alloc.heap_mask = heap_id; 432 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local 433 int rc = alloc(count, size, heap_mask);
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 132 alloc.heap_mask = ion_type;
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 132 alloc.heap_mask = ion_type;
|
/hardware/qcom/keymaster/ |
keymaster_qcom.cpp | 226 ion_alloc_data.heap_mask= ION_HEAP(ION_QSECOM_HEAP_ID);
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | [all...] |
/device/lge/mako/camera/ |
QCameraHWI.cpp | [all...] |