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

1 2

  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 160 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gpu.cpp 128 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h 50 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gr_buf_mgr.cpp 413 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8998/libgralloc1/
gr_priv_handle.h 52 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gr_buf_mgr.cpp 401 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 196 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gpu.cpp 133 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 196 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gpu.cpp 132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8909/gralloc/
gr_priv_handle.h 56 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gr_buf_mgr.cpp 407 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gralloc_priv.h 215 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gpu.cpp 119 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_priv_handle.h 57 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gr_buf_mgr.cpp 404 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 202 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gpu.cpp 136 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h 203 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
gpu.cpp 115 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8998/libgralloc/
gralloc_priv.h 222 PRIV_FLAGS_CAMERA_WRITE = 0x00020000,
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 119 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_layers.cpp 143 bool secure_camera = secure && (handle->flags & private_handle_t::PRIV_FLAGS_CAMERA_WRITE);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 250 bool secure_camera = secure && (handle->flags & private_handle_t::PRIV_FLAGS_CAMERA_WRITE);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_layers.cpp 242 bool secure_camera = secure && (handle->flags & private_handle_t::PRIV_FLAGS_CAMERA_WRITE);

Completed in 377 milliseconds

1 2