/hardware/qcom/sm8150/display/gralloc/ |
D | gr_allocator.cpp | 53 #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/ |
D | gr_allocator.cpp | 55 #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/ |
D | gr_allocator.cpp | 55 #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/ |
D | gr_allocator.cpp | 55 #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/ |
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()
|
/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()
|
/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()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | ionalloc.cpp | 81 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/ |
D | gr_allocator.cpp | 62 #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/ |
D | gr_allocator.cpp | 59 #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/ |
D | alloc_controller.cpp | 63 #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/ |
D | alloc_controller.cpp | 63 #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/ |
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/kernel-headers/linux/ |
D | msm_ion.h | 75 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_ion.h | 90 #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/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/msm8994/original-kernel-headers/linux/ |
D | msm_ion.h | 96 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_ion.h | 113 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | msm_ion.h | 91 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ion.h | 116 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ion.h | 92 #define ION_SECURE ION_FLAG_SECURE macro
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_ion.h | 121 #define ION_SECURE ION_FLAG_SECURE macro
|