/hardware/qcom/msm8x27/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
|
/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/camera/QCamera2/HAL/ |
D | QCameraMem.h | 119 unsigned int heap_id; member 122 int alloc(int count, size_t size, unsigned int heap_id, 126 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure); 146 unsigned int heap_id, size_t size, bool cached, 155 unsigned int heap_id, size_t size, bool cached,
|
D | QCameraMem.cpp | 372 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() argument 390 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc() 400 heap_id, in alloc() 455 unsigned int heap_id, size_t size, bool cached, uint32_t secure_mode) in allocOneBuffer() argument 477 alloc.heap_id_mask = heap_id; in allocOneBuffer() 505 memInfo.heap_id = heap_id; in allocOneBuffer() 646 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in findBufferLocked() argument 659 ((*it).heap_id == heap_id) && in findBufferLocked() 672 ((*it).heap_id == heap_id) && in findBufferLocked() 705 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in allocateBuffer() argument [all …]
|
/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/msm8994/kernel-headers/linux/ |
D | msm_ion.h | 112 int heap_id; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_ion.h | 147 int heap_id; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_ion.h | 114 int heap_id; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ion.h | 166 int heap_id; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ion.h | 130 int heap_id; member
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Mem.h | 124 unsigned int heap_id, size_t size);
|
D | QCamera3Mem.cpp | 303 unsigned int heap_id, size_t size) in allocOneBuffer() argument 323 allocData.heap_id_mask = heap_id; in allocOneBuffer()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5517 int heap_id = 0; in allocate_output_buffer() local 5521 heap_id = ION_ADSP_HEAP_ID; in allocate_output_buffer() 5523 heap_id = ION_IOMMU_HEAP_ID; in allocate_output_buffer() 5529 &ion_alloc_data, &fd_ion_data,flags, heap_id); in allocate_output_buffer() 8094 struct ion_fd_data *fd_data, int flag, int heap_id) in alloc_map_ion_memory() argument 8125 if (!secure_mode && heap_id) in alloc_map_ion_memory() 8126 alloc_data->heap_id_mask = ION_HEAP(heap_id); in alloc_map_ion_memory() 8129 heap_id, (unsigned int)alloc_data->heap_id_mask, alloc_data->len, alloc_data->align); in alloc_map_ion_memory() 10358 int heap_id = 0; in allocate_interm_buffer() local 10365 heap_id = ION_ADSP_HEAP_ID; in allocate_interm_buffer() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc_swvdec.h | 748 struct ion_fd_data *fd_data,int flag, int heap_id = 0);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5315 int heap_id = 0; in allocate_output_buffer() local 5319 heap_id = ION_ADSP_HEAP_ID; in allocate_output_buffer() 5325 &ion_alloc_data, &fd_ion_data,flags, heap_id); in allocate_output_buffer() 7879 struct ion_fd_data *fd_data, int flag, int heap_id) in alloc_map_ion_memory() argument 7910 if (!secure_mode && heap_id) in alloc_map_ion_memory() 7911 alloc_data->heap_mask = ION_HEAP(heap_id); in alloc_map_ion_memory() 7914 heap_id, (unsigned int)alloc_data->heap_mask, alloc_data->len, alloc_data->align); in alloc_map_ion_memory()
|