/hardware/qcom/display/msm8994/libgralloc/ |
D | ionalloc.cpp | 79 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE; in alloc_buffer() 86 if (data.flags & ION_SECURE) in alloc_buffer() 87 ionAllocData.flags |= ION_SECURE; in alloc_buffer() 111 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
|
D | alloc_controller.cpp | 386 ionFlags |= ION_SECURE; in allocate() 407 if(ionFlags & ION_SECURE) in allocate()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | ionalloc.cpp | 76 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()
|
D | alloc_controller.cpp | 304 ionFlags |= ION_SECURE; in allocate() 320 if(ionFlags & ION_SECURE) in allocate()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | ionalloc.cpp | 76 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()
|
D | alloc_controller.cpp | 302 ionFlags |= ION_SECURE; in allocate() 323 if(ionFlags & ION_SECURE) in allocate()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | ionalloc.cpp | 79 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE; in alloc_buffer() 83 if (data.flags & ION_SECURE) in alloc_buffer() 84 ionAllocData.flags |= ION_SECURE; in alloc_buffer() 105 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
|
D | alloc_controller.cpp | 315 ionFlags |= ION_SECURE; in allocate() 336 if(ionFlags & ION_SECURE) in allocate()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | ionalloc.cpp | 76 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()
|
D | alloc_controller.cpp | 202 ionFlags |= ION_SECURE; in allocate()
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_ion.h | 62 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
|
/hardware/qcom/msm8x27/kernel-headers/linux/ |
D | msm_ion.h | 64 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_ion.h | 90 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_ion.h | 75 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_ion.h | 96 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_ion.h | 93 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_ion.h | 76 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_ion.h | 77 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ion.h | 113 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ion.h | 91 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 65 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_CP_PIXEL) 66 #define ION_SD_FLAGS (ION_SECURE | ION_FLAG_CP_SEC_DISPLAY) 70 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG) 71 #define ION_SD_FLAGS ION_SECURE 475 if(ionFlags & ION_SECURE) in allocate()
|
D | ionalloc.cpp | 101 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_ion.h | 72 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | msm_ion.h | 73 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 98 #define SECURE_FLAGS_INPUT_BUFFER (ION_SECURE | ION_FLAG_CP_PIXEL) 99 #define SECURE_FLAGS_OUTPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM) 105 #define SECURE_FLAGS_INPUT_BUFFER ION_SECURE 106 #define SECURE_FLAGS_OUTPUT_BUFFER ION_SECURE
|