HomeSort by relevance Sort by last modified time
    Searched refs:ION_SC_FLAGS (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8909/gralloc/
gr_allocator.cpp 57 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
64 #define ION_SC_FLAGS ION_SECURE
275 flags |= UINT(ION_SC_FLAGS);
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_allocator.cpp 57 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
64 #define ION_SC_FLAGS ION_SECURE
275 flags |= UINT(ION_SC_FLAGS);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 61 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
68 #define ION_SC_FLAGS ION_SECURE
563 flags |= UINT(ION_SC_FLAGS);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 64 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
71 #define ION_SC_FLAGS ION_SECURE
565 flags |= UINT(ION_SC_FLAGS);
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 65 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
72 #define ION_SC_FLAGS ION_SECURE
484 ionFlags |= (usage & GRALLOC_USAGE_HW_COMPOSER) ? ION_SC_PREVIEW_FLAGS : ION_SC_FLAGS;
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 65 #define ION_SC_FLAGS (ION_SECURE | ION_FLAG_CP_CAMERA)
72 #define ION_SC_FLAGS ION_SECURE
484 ionFlags |= (usage & GRALLOC_USAGE_HW_COMPOSER) ? ION_SC_PREVIEW_FLAGS : ION_SC_FLAGS;
    [all...]

Completed in 235 milliseconds