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

  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 153 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000,
gpu.cpp 96 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
  /hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h 150 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000,
gpu.cpp 97 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 194 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000,
gpu.cpp 98 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 192 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000,
gpu.cpp 97 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 231 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 284 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 411 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 384 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));

Completed in 3652 milliseconds