/hardware/qcom/display/msm8974/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() 85 if (data.flags & ION_SECURE) in alloc_buffer() 86 ionAllocData.flags |= ION_SECURE; in alloc_buffer() 107 if(!(data.flags & ION_SECURE)) { in alloc_buffer()
|
D | alloc_controller.cpp | 209 ionFlags |= ION_SECURE; in allocate() 232 if(ionFlags & ION_SECURE) in allocate()
|
/hardware/qcom/display/msm8226/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 | 297 ionFlags |= ION_SECURE; in allocate() 318 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 | 200 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 | 302 ionFlags |= ION_SECURE; in allocate() 323 if(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/msm8x74/kernel-headers/linux/ |
D | msm_ion.h | 77 #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/msm8x26/original-kernel-headers/linux/ |
D | msm_ion.h | 91 #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/msm8x26/kernel-headers/linux/ |
D | msm_ion.h | 75 #define ION_SECURE ION_FLAG_SECURE macro
|
/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/msm8x74/original-kernel-headers/linux/ |
D | msm_ion.h | 84 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 3727 &drv_ctx.op_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in use_output_buffer() 4273 &drv_ctx.ip_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in allocate_input_buffer() 4443 &ion_alloc_data, &fd_ion_data, secure_mode ? ION_SECURE : 0); in allocate_output_buffer() 6940 if ((secure_mode) && (flag & ION_SECURE)) in alloc_map_ion_memory() 6941 alloc_data->flags |= ION_SECURE; in alloc_map_ion_memory()
|
D | omx_vdec_hevc_swvdec.cpp | 4497 &drv_ctx.op_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in use_output_buffer() 5131 &drv_ctx.ip_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0, heap); in allocate_input_buffer() 5316 int flags = secure_mode ? ION_SECURE : 0; in allocate_output_buffer() 7906 if ((secure_mode) && (flag & ION_SECURE)) in alloc_map_ion_memory() 7907 alloc_data->flags |= ION_SECURE; in alloc_map_ion_memory() 10178 int flags = secure_mode ? ION_SECURE : 0; in allocate_interm_buffer()
|
D | omx_vdec_msm8974.cpp | 4404 &drv_ctx.op_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in use_output_buffer() 4962 &drv_ctx.ip_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in allocate_input_buffer() 5134 &ion_alloc_data, &fd_ion_data, secure_mode ? ION_SECURE : 0); in allocate_output_buffer() 7948 if ((secure_mode) && (flag & ION_SECURE)) in alloc_map_ion_memory() 7949 alloc_data->flags |= ION_SECURE; in alloc_map_ion_memory() 7952 if (secure_mode && (alloc_data->flags & ION_SECURE)) in alloc_map_ion_memory()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 406 ion_data.alloc_data.flags = ION_SECURE; in PmemMalloc()
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 1267 (venc_encoder->is_secure_session() ? ION_SECURE in pmem_allocate()
|
D | omx_video_base.cpp | 4326 alloc_data->heap_id_mask = (ION_HEAP(MEM_HEAP_ID) | ION_SECURE); in alloc_map_ion_memory()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 4238 alloc_data->flags = ION_SECURE; in alloc_map_ion_memory()
|