HomeSort by relevance Sort by last modified time
    Searched refs:heap_mask (Results 1 - 25 of 31) sorted by null

1 2

  /system/core/libion/include/ion/
ion.h 33 int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask,
35 int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask,
  /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;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 119 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_flags, &fd)
    [all...]
  /development/ndk/platforms/android-L/include/linux/
ion.h 42 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x26/kernel-headers/linux/
ion.h 47 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
ion.h 92 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x84/kernel-headers/linux/
ion.h 47 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 92 unsigned int heap_mask; member in struct:ion_allocation_data
  /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);
  /system/core/libion/
ion.c 60 int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask,
67 .heap_id_mask = heap_mask,
140 int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask,
145 ret = ion_alloc(fd, len, align, heap_mask, flags, &handle);
ion_test.c 37 int heap_mask = 1; variable
49 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
221 {"heap_mask", required_argument, 0, 'h'},
257 heap_mask = atol(optarg);
270 printf("test %d, len %zu, align %zu, map_flags %d, prot %d, heap_mask %d,"
272 heap_mask, alloc_flags);
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 118 * @heap_mask: mask of heaps this client can allocate from
122 unsigned int heap_mask, const char *name);
139 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
149 size_t align, unsigned int heap_mask,
240 * @heap_mask: mask of heaps to allocate from
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
ion.h 118 * @heap_mask: mask of heaps this client can allocate from
122 unsigned int heap_mask, const char *name);
139 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
149 size_t align, unsigned int heap_mask,
240 * @heap_mask: mask of heaps to allocate from
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/msm8960/original-kernel-headers/linux/
ion.h 145 * @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,
406 unsigned int heap_mask,
506 * @heap_mask: mask of heaps to allocate fro
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.h 27 #define ION_HEAP_MASK heap_mask
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp 349 alloc.heap_mask = heap_id;
353 alloc.heap_mask = ION_HEAP(ION_CP_MM_HEAP_ID);
652 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
654 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
655 rc = alloc(count, size, heap_mask, SECURE);
660 rc = alloc(count, size, heap_mask, NON_SECURE);
702 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
703 int rc = alloc(count, size, heap_mask, NON_SECURE);
881 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
882 int rc = alloc(count, size, heap_mask, isSecure)
912 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 55 p_buffer->alloc.heap_mask = 0x1 << ION_IOMMU_HEAP_ID;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Mem.cpp 341 alloc.heap_mask = heap_id;
438 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
439 int rc = alloc(count, size, heap_mask);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Mem.cpp 437 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID; local
438 int rc = alloc(count, size, heap_mask);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.cpp 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/display/msm8084/libgralloc/
ionalloc.cpp 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.cpp 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
  /hardware/ti/omap4-aah/ion/
ion_test.c 22 int heap_mask = 1; variable
238 {"heap_mask", required_argument, 0, 'h'},
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 106 #define ION_HEAP_MASK heap_mask

Completed in 1233 milliseconds

1 2