Home | History | Annotate | Download | only in HAL

Lines Matching defs:heap_mask

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;
654 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID;
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;
703 int rc = alloc(count, size, heap_mask, NON_SECURE);
881 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID;
882 int rc = alloc(count, size, heap_mask, isSecure);
912 int heap_mask = 0x1 << ION_IOMMU_HEAP_ID;
913 int rc = alloc(count, size, heap_mask, NON_SECURE);