Searched defs:heap_id_mask (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h46 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dion.h49 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dion.h79 * @heap_id_mask: mask of heap ids to allocate from
89 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dion.h49 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dion.h79 * @heap_id_mask: mask of heap ids to allocate from
89 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dion.h44 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp323 allocData.heap_id_mask = heap_id;
527 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
540 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size);
586 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
598 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size);
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dion.h250 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h516 unsigned int heap_id_mask; member in struct:ion_allocation_data
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp477 alloc.heap_id_mask = heap_id;
481 alloc.heap_id_mask = ION_HEAP(ION_CP_MM_HEAP_ID);
791 uint32_t heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
793 rc = alloc(count, size, heap_id_mask, SECURE);
799 rc = alloc(count, size, heap_id_mask, NON_SECURE);
850 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
851 int rc = alloc(count, size, heap_id_mask, NON_SECURE);
1086 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
1087 int rc = alloc(count, size, heap_id_mask, isSecure);
1121 unsigned int heap_id_mask local
[all...]

Completed in 256 milliseconds