HomeSort by relevance Sort by last modified time
    Searched refs:ION_SECURE (Results 1 - 25 of 51) sorted by null

1 2 3

  /hardware/qcom/display/msm8909/gralloc/
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)) {
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
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)) {
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.cpp 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
80 if (data.flags & ION_SECURE)
81 ionAllocData.flags |= ION_SECURE;
102 if(!(data.flags & ION_SECURE)) {
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.cpp 76 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE;
80 if (data.flags & ION_SECURE)
81 ionAllocData.flags |= ION_SECURE;
102 if(!(data.flags & ION_SECURE)) {
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 76 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE;
80 if (data.flags & ION_SECURE)
81 ionAllocData.flags |= ION_SECURE;
102 if(!(data.flags & ION_SECURE)) {
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.cpp 81 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE;
88 if (data.flags & ION_SECURE)
89 ionAllocData.flags |= ION_SECURE;
113 if(!(data.flags & ION_SECURE)) {
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h 62 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED)
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_ion.h 76 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_ion.h 96 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_ion.h 75 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_ion.h 90 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_ion.h 64 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED)
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_ion.h 77 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_ion.h 93 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/display/msm8996/libgralloc1/
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
585 if (flags & UINT(ION_SECURE)) {
  /hardware/qcom/display/msm8998/libgralloc1/
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
587 if (flags & UINT(ION_SECURE)) {
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 49 ION_HEAP_ID_RESERVED = 31 /** Bit reserved for ION_SECURE flag */
72 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED)
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ion.h 92 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ion.h 116 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ion.h 97 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ion.h 121 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_ion.h 91 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_ion.h 113 #define ION_SECURE ION_FLAG_SECURE
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_ion.h 50 ION_HEAP_ID_RESERVED = 31 /** Bit reserved for ION_SECURE flag */
73 #define ION_SECURE (1 << ION_HEAP_ID_RESERVED)
  /hardware/qcom/display/msm8909/libgralloc/
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)
    [all...]

Completed in 992 milliseconds

1 2 3