Home
last modified time | relevance | path

Searched refs:MetadataType_ProtectedContent (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapper.cpp672 { android::gralloc4::MetadataType_ProtectedContent, "", true, false }, in listSupportedMetadataTypes()
705 android::gralloc4::MetadataType_ProtectedContent, in dumpBufferHelper()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1204 mGralloc->get(bufferHandle, gralloc4::MetadataType_ProtectedContent, &vec)); in TEST_P()
1381 mGralloc->get(bufferHandle, gralloc4::MetadataType_ProtectedContent, &vec)); in TEST_P()
1509 Error err = mGralloc->set(bufferHandle, gralloc4::MetadataType_ProtectedContent, vec); in TEST_P()
1515 mGralloc->get(bufferHandle, gralloc4::MetadataType_ProtectedContent, &vec)); in TEST_P()
1825 mGralloc->set(bufferHandle, gralloc4::MetadataType_ProtectedContent, vec)); in TEST_P()
1990 mGralloc->set(bufferHandle, gralloc4::MetadataType_ProtectedContent, vec)); in TEST_P()
2145 auto err = mGralloc->getFromBufferDescriptorInfo(info, gralloc4::MetadataType_ProtectedContent, in TEST_P()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper4.h240 {android::gralloc4::MetadataType_ProtectedContent, "", true, false},
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper4.h241 {android::gralloc4::MetadataType_ProtectedContent, "", true, false},
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp517 return get(bufferHandle, gralloc4::MetadataType_ProtectedContent, in getProtectedContent()
703 gralloc4::MetadataType_ProtectedContent, gralloc4::decodeProtectedContent, in getDefaultProtectedContent()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1033 return encodeMetadata(MetadataType_ProtectedContent, protectedContent, outProtectedContent, in encodeProtectedContent()
1038 return decodeMetadata(MetadataType_ProtectedContent, protectedContent, outProtectedContent, in decodeProtectedContent()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h89 … android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_ProtectedContent = { variable