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

  /development/ndk/platforms/android-L/include/linux/
ion.h 42 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
  /system/core/libion/
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);
  /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...]
  /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/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/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);
  /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...]
  /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/ti/omap4-aah/ion/
ion_test.c 22 int heap_mask = 1; variable
238 {"heap_mask", required_argument, 0, 'h'},

Completed in 940 milliseconds