Searched refs:PRIV_FLAGS_EXTERNAL_CC (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h157 PRIV_FLAGS_EXTERNAL_CC = 0x00008000, enumerator in enum:private_handle_t::__anon793
H A Dgpu.cpp102 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC;
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc_priv.h154 PRIV_FLAGS_EXTERNAL_CC = 0x00008000, enumerator in enum:private_handle_t::__anon858
H A Dgpu.cpp103 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC;
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc_priv.h156 PRIV_FLAGS_EXTERNAL_CC = 0x00008000, enumerator in enum:private_handle_t::__anon930
H A Dgpu.cpp102 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h241 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_CC));
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h241 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_CC));
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h294 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_CC));

Completed in 778 milliseconds