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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h 49 PRIV_FLAGS_PROTECTED_BUFFER = 0x00004000,
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 200 PRIV_FLAGS_PROTECTED_BUFFER = 0x00004000,
  /hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h 202 PRIV_FLAGS_PROTECTED_BUFFER = 0x00004000,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 514 return (hnd && (private_handle_t::PRIV_FLAGS_PROTECTED_BUFFER & hnd->flags));
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 364 if (pvt_handle->flags & private_handle_t::PRIV_FLAGS_PROTECTED_BUFFER) {
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 361 if (handle->flags & private_handle_t::PRIV_FLAGS_PROTECTED_BUFFER) {
    [all...]

Completed in 566 milliseconds