Searched refs:PRIV_FLAGS_EXTERNAL_ONLY (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h154 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000, enumerator in enum:private_handle_t::__anon1586
H A Dgpu.cpp96 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc_priv.h150 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000, enumerator in enum:private_handle_t::__anon1651
H A Dgpu.cpp97 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc_priv.h194 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000, enumerator in enum:private_handle_t::__anon1438
H A Dgpu.cpp99 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc_priv.h194 PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000, enumerator in enum:private_handle_t::__anon1514
H A Dgpu.cpp98 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h231 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h284 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h411 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h436 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY));

Completed in 657 milliseconds