Home
last modified time | relevance | path

Searched refs:heap_mask (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/msm8960/original-kernel-headers/linux/
Dion.h149 unsigned int heap_mask, const char *name);
159 struct ion_client *msm_ion_client_create(unsigned int heap_mask,
187 size_t align, unsigned int heap_mask,
391 unsigned int heap_mask, const char *name) in ion_client_create() argument
396 static inline struct ion_client *msm_ion_client_create(unsigned int heap_mask, in msm_ion_client_create() argument
406 unsigned int heap_mask, in ion_alloc() argument
/hardware/qcom/msm8x27/original-kernel-headers/linux/
Dion.h122 unsigned int heap_mask, const char *name);
149 size_t align, unsigned int heap_mask,
/hardware/qcom/msm8x84/kernel-headers/linux/
Dion.h47 unsigned int heap_mask; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dion.h92 unsigned int heap_mask; member
/hardware/qcom/keymaster/
Dkeymaster_qcom.h27 #define ION_HEAP_MASK heap_mask
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.cpp76 ionAllocData.heap_mask = data.flags & ~ION_SECURE; in alloc_buffer()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h106 #define ION_HEAP_MASK heap_mask
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h190 #define ION_HEAP_MASK heap_mask
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp7909 alloc_data->heap_mask = ION_HEAP(ION_IOMMU_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()