Home | History | Annotate | Download | only in hwc

Lines Matching defs:secure

456       layer_buffer.flags.secure = true;
461 // Gralloc Usage Protected Buffer - L3 - which needs to be treated as Secure & avoid fallback
561 bool secure = (pvt_handle->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER) ||
564 if (NonIntegralSourceCrop && (!secure && pvt_handle->bufferType != BUFFER_TYPE_VIDEO)) {