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

  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 203 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000,
gpu.cpp 149 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY;
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 203 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000,
gpu.cpp 148 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 416 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY));
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 441 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY));

Completed in 97 milliseconds