Searched refs:decodeProtectedContent (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/libs/gralloc/types/fuzzer/ |
H A D | gralloctypes.cpp | 68 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeProtectedContent),
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 202 …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 D | Gralloc4.cpp | 518 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 D | Gralloc4.h | 288 status_t decodeProtectedContent(const android::hardware::hidl_vec<uint8_t>& protectedContent, uint6…
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1207 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 D | Gralloc4.cpp | 1037 status_t decodeProtectedContent(const hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedCo… in decodeProtectedContent() function
|