Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libion/
Dion.cpp76 int exynos_ion_alloc(int /* ion_fd */, size_t len, unsigned int heap_mask, unsigned int flags) { in exynos_ion_alloc() argument
82 if ((heap_mask == it.legacy_ion_heap_mask) && (heapflags == it.ion_heap_flags)) { in exynos_ion_alloc()
90 ALOGE("%s: unable to find heaps of heap_mask %#x", __func__, heap_mask); in exynos_ion_alloc()
/hardware/google/graphics/common/libion/include/hardware/exynos/
Dion.h71 unsigned int heap_mask, unsigned int flags);
/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()