Home
last modified time | relevance | path

Searched refs:decodeProtectedContent (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp68 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeProtectedContent),
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp202 …AILURE(testHelper(GetParam(), gralloc4::encodeProtectedContent, gralloc4::decodeProtectedContent)); in TEST_P()
509 ASSERT_NE(NO_ERROR, gralloc4::decodeProtectedContent(vec, nullptr)); in TEST_F()
547 ASSERT_NE(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_F()
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp518 gralloc4::decodeProtectedContent, outProtectedContent); in getProtectedContent()
703 gralloc4::MetadataType_ProtectedContent, gralloc4::decodeProtectedContent, in getDefaultProtectedContent()
908 gralloc4::decodeProtectedContent, &protectedContent); in bufferDumpHelper()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h288 status_t decodeProtectedContent(const android::hardware::hidl_vec<uint8_t>& protectedContent, uint6…
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1207 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()
1516 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &realProtectedContent)); in TEST_P()
2154 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1037 status_t decodeProtectedContent(const hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedCo… in decodeProtectedContent() function