Home
last modified time | relevance | path

Searched refs:protected_content (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
DQtiMapper4.cpp318 uint64_t protected_content = 0; in getFromBufferDescriptorInfo() local
322 protected_content = 1; in getFromBufferDescriptorInfo()
325 android::gralloc4::encodeProtectedContent(protected_content, &out)); in getFromBufferDescriptorInfo()
Dgr_buf_mgr.cpp1219 uint64_t protected_content = (handle->flags & qtigralloc::PRIV_FLAGS_SECURE_BUFFER) ? 1 : 0; in GetMetadata() local
1220 android::gralloc4::encodeProtectedContent(protected_content, out); in GetMetadata()
/hardware/qcom/sm7250/display/gralloc/
DQtiMapper4.cpp318 uint64_t protected_content = 0; in getFromBufferDescriptorInfo() local
322 protected_content = 1; in getFromBufferDescriptorInfo()
325 android::gralloc4::encodeProtectedContent(protected_content, &out)); in getFromBufferDescriptorInfo()
Dgr_buf_mgr.cpp1265 uint64_t protected_content = (handle->flags & qtigralloc::PRIV_FLAGS_SECURE_BUFFER) ? 1 : 0; in GetMetadata() local
1266 android::gralloc4::encodeProtectedContent(protected_content, out); in GetMetadata()