Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_SECURE_DISPLAY (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc/
Dgralloc_priv.h211 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
Dgpu.cpp123 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc_priv.h203 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
Dgpu.cpp148 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
/hardware/qcom/display/msm8909/libgralloc/
Dgralloc_priv.h204 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
Dgpu.cpp148 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h209 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
Dgpu.cpp144 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc_priv.h203 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
Dgpu.cpp148 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h418 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h445 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.h500 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h524 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_session.cpp1373 if (pvt_handle && pvt_handle->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY) { in HandleSecureDisplaySession()
Dhwc_display.cpp425 if (pvt_handle->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY) { in PrepareLayerParams()