Searched refs:MetadataType_ProtectedContent (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | Mapper.cpp | 672 { 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 D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1204 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 D | QtiMapper4.h | 240 {android::gralloc4::MetadataType_ProtectedContent, "", true, false},
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapper4.h | 241 {android::gralloc4::MetadataType_ProtectedContent, "", true, false},
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Gralloc4.cpp | 517 return get(bufferHandle, gralloc4::MetadataType_ProtectedContent, in getProtectedContent() 703 gralloc4::MetadataType_ProtectedContent, gralloc4::decodeProtectedContent, in getDefaultProtectedContent()
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 1033 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 D | Gralloc4.h | 89 … android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_ProtectedContent = { variable
|