Home
last modified time | relevance | path

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

12

/hardware/qcom/display/msm8974/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()
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()
Dalloc_controller.cpp209 ionFlags |= ION_SECURE; in allocate()
232 if(ionFlags & ION_SECURE) in allocate()
/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()
Dalloc_controller.cpp302 ionFlags |= ION_SECURE; in allocate()
323 if(ionFlags & ION_SECURE) in allocate()
/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()
Dalloc_controller.cpp202 ionFlags |= ION_SECURE; in allocate()
/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.cpp79 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()
Dalloc_controller.cpp387 ionFlags |= ION_SECURE; in allocate()
414 if(ionFlags & ION_SECURE) in allocate()
/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()
Dalloc_controller.cpp302 ionFlags |= ION_SECURE; in allocate()
323 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/msm8x74/kernel-headers/linux/
Dmsm_ion.h77 #define ION_SECURE ION_FLAG_SECURE 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/msm8994/original-kernel-headers/linux/
Dmsm_ion.h96 #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/msm8x84/kernel-headers/linux/
Dmsm_ion.h77 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_ion.h72 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
/hardware/qcom/msm8x27/original-kernel-headers/linux/
Dmsm_ion.h73 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED) macro
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_ion.h84 #define ION_SECURE ION_FLAG_SECURE macro
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp492 alloc.flags = ION_SECURE; in allocOneBuffer()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp3725 &drv_ctx.op_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in use_output_buffer()
4271 &drv_ctx.ip_buf_ion_info[i].fd_ion_data, secure_mode ? ION_SECURE : 0); in allocate_input_buffer()
4441 &ion_alloc_data, &fd_ion_data, secure_mode ? ION_SECURE : 0); in allocate_output_buffer()
6944 if ((secure_mode) && (flag & ION_SECURE)) in alloc_map_ion_memory()
6945 alloc_data->flags |= ION_SECURE; in alloc_map_ion_memory()
Domx_vdec_hevc_swvdec.cpp4497 &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()

12