Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_EXTERNAL_CC (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/libgralloc/
Dgralloc_priv.h159 PRIV_FLAGS_EXTERNAL_CC = 0x00008000, enumerator
Dgpu.cpp151 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC; in gralloc_alloc_buffer()
/hardware/qcom/display/libhwcomposer/
Dhwc_utils.h162 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_CC)); in isExtCC()