Searched refs:PRIV_FLAGS_SECURE_DISPLAY (Results 1 – 16 of 16) sorted by relevance
211 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
123 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
203 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
148 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
204 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
209 PRIV_FLAGS_SECURE_DISPLAY = 0x01000000, enumerator
144 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
418 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
445 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
500 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
524 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY)); in isSecureDisplayBuffer()
1373 if (pvt_handle && pvt_handle->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY) { in HandleSecureDisplaySession()
425 if (pvt_handle->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY) { in PrepareLayerParams()