Home
last modified time | relevance | path

Searched refs:ION_FLAG_SECURE (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_ion.h71 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
75 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_ion.h72 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
90 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_ion.h78 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
96 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_ion.h74 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
77 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_ion.h75 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
93 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_ion.h72 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
76 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_ion.h87 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
91 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_ion.h95 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
113 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ion.h87 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
92 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ion.h95 #define ION_FLAG_SECURE (1 << ION_HEAP_ID_RESERVED) macro
116 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_ion.h94 #define ION_FLAG_SECURE ION_BIT(ION_HEAP_ID_RESERVED) macro
97 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_ion.h103 #define ION_FLAG_SECURE ION_BIT(ION_HEAP_ID_RESERVED) macro
121 #define ION_SECURE ION_FLAG_SECURE
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.cpp489 alloc.flags = ION_FLAG_SECURE | ION_FLAG_CP_CAMERA; in allocOneBuffer()