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

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

Completed in 366 milliseconds