Home
last modified time | relevance | path

Searched refs:ION_SECURE (Results 1 – 25 of 46) sorted by relevance

12

/hardware/qcom/sm8150/display/gralloc/
Dgr_allocator.cpp53 #ifndef ION_SECURE
54 #define ION_SECURE ION_FLAG_SECURE macro
72 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
73 #define ION_SD_FLAGS ION_SECURE
74 #define ION_SC_FLAGS ION_SECURE
75 #define ION_SC_PREVIEW_FLAGS ION_SECURE
83 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
84 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
85 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA | ION_FLAG_CP_DSP_EXT)
86 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
[all …]
/hardware/qcom/sdm845/display/gralloc/
Dgr_allocator.cpp55 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
56 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
57 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
58 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
63 #define ION_SD_FLAGS ION_SECURE
64 #define ION_SC_FLAGS ION_SECURE
65 #define ION_SC_PREVIEW_FLAGS ION_SECURE
290 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp55 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
56 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
57 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
58 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
63 #define ION_SD_FLAGS ION_SECURE
64 #define ION_SC_FLAGS ION_SECURE
65 #define ION_SC_PREVIEW_FLAGS ION_SECURE
297 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.cpp55 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
56 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
57 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
58 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
63 #define ION_SD_FLAGS ION_SECURE
64 #define ION_SC_FLAGS ION_SECURE
65 #define ION_SC_PREVIEW_FLAGS ION_SECURE
297 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.cpp76 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE; in alloc_buffer()
80 if (data.flags & ION_SECURE) in alloc_buffer()
81 ionAllocData.flags |= ION_SECURE; in alloc_buffer()
102 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.cpp76 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE; in alloc_buffer()
80 if (data.flags & ION_SECURE) in alloc_buffer()
81 ionAllocData.flags |= ION_SECURE; in alloc_buffer()
102 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.cpp76 ionAllocData.heap_mask = data.flags & ~ION_SECURE; in alloc_buffer()
80 if (data.flags & ION_SECURE) in alloc_buffer()
81 ionAllocData.flags |= ION_SECURE; in alloc_buffer()
102 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.cpp81 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE; in alloc_buffer()
88 if (data.flags & ION_SECURE) in alloc_buffer()
89 ionAllocData.flags |= ION_SECURE; in alloc_buffer()
113 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
63 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
64 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
65 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
69 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
70 #define ION_SD_FLAGS ION_SECURE
71 #define ION_SC_FLAGS ION_SECURE
72 #define ION_SC_PREVIEW_FLAGS ION_SECURE
603 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp59 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
60 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
61 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
62 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
66 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
67 #define ION_SD_FLAGS ION_SECURE
68 #define ION_SC_FLAGS ION_SECURE
69 #define ION_SC_PREVIEW_FLAGS ION_SECURE
601 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp63 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
64 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
65 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
66 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
70 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
71 #define ION_SD_FLAGS ION_SECURE
72 #define ION_SC_FLAGS ION_SECURE
73 #define ION_SC_PREVIEW_FLAGS ION_SECURE
504 if(ionFlags & ION_SECURE) in allocate()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp63 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL)
64 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY)
65 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
66 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW)
70 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
71 #define ION_SD_FLAGS ION_SECURE
72 #define ION_SC_FLAGS ION_SECURE
73 #define ION_SC_PREVIEW_FLAGS ION_SECURE
504 if(ionFlags & ION_SECURE) in allocate()
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_ion.h62 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
/hardware/qcom/msm8x27/kernel-headers/linux/
Dmsm_ion.h64 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_ion.h75 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_ion.h90 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_ion.h77 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_ion.h93 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_ion.h76 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_ion.h96 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_ion.h113 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_ion.h91 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ion.h116 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ion.h92 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_ion.h121 #define ION_SECURE ION_FLAG_SECURE macro

12