/hardware/qcom/display/msm8994/libgralloc/ |
D | ionalloc.cpp | 82 #ifdef ION_FLAG_ALLOW_NON_CONTIG in alloc_buffer() 83 ionAllocData.heap_id_mask &= (data.flags & ~ION_FLAG_ALLOW_NON_CONTIG); in alloc_buffer() 90 #ifdef ION_FLAG_ALLOW_NON_CONTIG in alloc_buffer() 91 if (data.flags & ION_FLAG_ALLOW_NON_CONTIG) in alloc_buffer() 92 ionAllocData.flags |= ION_FLAG_ALLOW_NON_CONTIG; in alloc_buffer()
|
D | alloc_controller.cpp | 392 #ifdef ION_FLAG_ALLOW_NON_CONTIG in allocate() 394 ionFlags |= ION_FLAG_ALLOW_NON_CONTIG; in allocate()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_allocator.cpp | 45 #ifndef ION_FLAG_ALLOW_NON_CONTIG 46 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 72 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_allocator.cpp | 44 #ifndef ION_FLAG_ALLOW_NON_CONTIG 45 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 44 #ifndef ION_FLAG_ALLOW_NON_CONTIG 45 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 44 #ifndef ION_FLAG_ALLOW_NON_CONTIG 45 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 62 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_ion.h | 71 #define ION_FLAG_ALLOW_NON_CONTIG (1 << 24) macro
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_ion.h | 73 #define ION_FLAG_ALLOW_NON_CONTIG (1 << 24) macro
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_ion.h | 90 #define ION_FLAG_ALLOW_NON_CONTIG (1 << 24) macro
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | msm_ion.h | 86 #define ION_FLAG_ALLOW_NON_CONTIG (1 << 24) macro
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ion.h | 90 #define ION_FLAG_ALLOW_NON_CONTIG (1 << 24) macro
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ion.h | 86 #define ION_FLAG_ALLOW_NON_CONTIG (1 << 24) macro
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_ion.h | 98 #define ION_FLAG_ALLOW_NON_CONTIG ION_BIT(24) macro
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_ion.h | 92 #define ION_FLAG_ALLOW_NON_CONTIG ION_BIT(24) macro
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 51 #ifndef ION_FLAG_ALLOW_NON_CONTIG 52 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 69 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 48 #ifndef ION_FLAG_ALLOW_NON_CONTIG 49 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 66 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 58 #ifndef ION_FLAG_ALLOW_NON_CONTIG 59 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 70 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.cpp | 52 #ifndef ION_FLAG_ALLOW_NON_CONTIG 53 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 70 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 52 #ifndef ION_FLAG_ALLOW_NON_CONTIG 53 #define ION_FLAG_ALLOW_NON_CONTIG 0 macro 70 #define ION_CP_FLAGS (ION_SECURE | ION_FLAG_ALLOW_NON_CONTIG)
|