Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:ION_SECURE

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)