/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_ion.h | 194 int msm_ion_secure_heap(int heap_id); 204 int msm_ion_unsecure_heap(int heap_id); 216 int msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage); 228 int msm_ion_unsecure_heap_2_0(int heap_id, enum cp_mem_usage usage); 230 static inline int msm_ion_secure_heap(int heap_id) in msm_ion_secure_heap() argument 236 static inline int msm_ion_unsecure_heap(int heap_id) in msm_ion_unsecure_heap() argument 241 static inline int msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage) in msm_ion_secure_heap_2_0() argument 246 static inline int msm_ion_unsecure_heap_2_0(int heap_id, in msm_ion_unsecure_heap_2_0() argument
|
D | ion.h | 350 int ion_secure_heap(struct ion_device *dev, int heap_id, int version, 364 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version, 471 static inline int ion_secure_heap(struct ion_device *dev, int heap_id, in ion_secure_heap() argument 478 static inline int ion_unsecure_heap(struct ion_device *dev, int heap_id, in ion_unsecure_heap() argument
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem() 110 alloc_data->heap_id, alloc_data->flags); in AllocateMem() 259 unsigned int heap_id = 0; in GetIonHeapInfo() local 264 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 271 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 278 heap_id = ION_HEAP(CP_HEAP_ID); in GetIonHeapInfo() 285 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID); in GetIonHeapInfo() 289 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID); in GetIonHeapInfo() 294 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID); in GetIonHeapInfo() 302 if (!heap_id) { in GetIonHeapInfo() [all …]
|
D | gr_ion_alloc.h | 55 unsigned int heap_id = 0x0; member
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem() 110 alloc_data->heap_id, alloc_data->flags); in AllocateMem() 259 unsigned int heap_id = 0; in GetIonHeapInfo() local 264 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 271 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 278 heap_id = ION_HEAP(CP_HEAP_ID); in GetIonHeapInfo() 285 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID); in GetIonHeapInfo() 289 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID); in GetIonHeapInfo() 294 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID); in GetIonHeapInfo() 302 if (!heap_id) { in GetIonHeapInfo() [all …]
|
D | gr_ion_alloc.h | 55 unsigned int heap_id = 0x0; member
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 110 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem() 118 alloc_data->heap_id, alloc_data->flags); in AllocateMem() 547 unsigned int heap_id = 0; in GetIonHeapInfo() local 552 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 559 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 566 heap_id = ION_HEAP(CP_HEAP_ID); in GetIonHeapInfo() 573 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID); in GetIonHeapInfo() 577 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID); in GetIonHeapInfo() 582 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID); in GetIonHeapInfo() 590 if (!heap_id) { in GetIonHeapInfo() [all …]
|
D | gr_ion_alloc.h | 55 unsigned int heap_id = 0x0; member
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 111 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem() 119 alloc_data->heap_id, alloc_data->flags); in AllocateMem() 549 unsigned int heap_id = 0; in GetIonHeapInfo() local 554 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 561 heap_id = ION_HEAP(SD_HEAP_ID); in GetIonHeapInfo() 568 heap_id = ION_HEAP(CP_HEAP_ID); in GetIonHeapInfo() 575 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID); in GetIonHeapInfo() 579 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID); in GetIonHeapInfo() 584 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID); in GetIonHeapInfo() 592 if (!heap_id) { in GetIonHeapInfo() [all …]
|
D | gr_ion_alloc.h | 55 unsigned int heap_id = 0x0; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.h | 144 unsigned int heap_id; member 147 int alloc(int count, size_t size, unsigned int heap_id); 150 unsigned int heap_id, size_t size, bool cached, bool is_secure); 170 unsigned int heap_id, size_t size, bool cached, 179 unsigned int heap_id, size_t size, bool cached,
|
D | QCameraMem.cpp | 380 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id) in alloc() argument 398 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc() 408 heap_id, in alloc() 464 unsigned int heap_id, size_t size, bool cached, bool secure_mode) in allocOneBuffer() argument 486 alloc.heap_id_mask = heap_id; in allocOneBuffer() 514 memInfo.heap_id = heap_id; in allocOneBuffer() 655 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in findBufferLocked() argument 668 ((*it).heap_id == heap_id) && in findBufferLocked() 681 ((*it).heap_id == heap_id) && in findBufferLocked() 715 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in allocateBuffer() argument [all …]
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | ion.h | 142 __u32 heap_id; member
|
D | msm_ion.h | 147 int heap_id; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | ion.h | 57 __u32 heap_id; member
|
D | msm_ion.h | 112 int heap_id; member
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_ion.h | 141 int heap_id; member
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_ion.h | 111 int heap_id; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_ion.h | 144 int heap_id; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_ion.h | 114 int heap_id; member
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | msm_ion.h | 130 int heap_id; member
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_ion.h | 166 int heap_id; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ion.h | 174 int heap_id; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ion.h | 137 int heap_id; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_ion.h | 181 int heap_id; member
|