Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp68 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeProtectedContent),
/frameworks/native/libs/gralloc/types/tests/
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()
/frameworks/native/libs/ui/
DGralloc4.cpp517 gralloc4::decodeProtectedContent, outProtectedContent); in getProtectedContent()
702 gralloc4::MetadataType_ProtectedContent, gralloc4::decodeProtectedContent, in getDefaultProtectedContent()
901 gralloc4::decodeProtectedContent, &protectedContent); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h484 status_t decodeProtectedContent(const android::hardware::hidl_vec<uint8_t>& protectedContent, uint6…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1037 status_t decodeProtectedContent(const hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedCo… in decodeProtectedContent() function