Home
last modified time | relevance | path

Searched refs:ION_SC_PREVIEW_FLAGS (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm7250/display/gralloc/
Dgr_allocator.cpp71 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
78 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
221 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
/hardware/qcom/sm8150/display/gralloc/
Dgr_allocator.cpp75 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
86 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
228 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.cpp58 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
65 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
273 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp58 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
65 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
273 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp62 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
69 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
577 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp65 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
72 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
579 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp66 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
73 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
484 ionFlags |= (usage & GRALLOC_USAGE_HW_COMPOSER) ? ION_SC_PREVIEW_FLAGS : ION_SC_FLAGS; in allocate()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp66 #define ION_SC_PREVIEW_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA_PREVIEW) macro
73 #define ION_SC_PREVIEW_FLAGS ION_SECURE macro
484 ionFlags |= (usage & GRALLOC_USAGE_HW_COMPOSER) ? ION_SC_PREVIEW_FLAGS : ION_SC_FLAGS; in allocate()