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()
536 ASSERT_NE(NO_ERROR, gralloc4::decodeProtectedContent(vec, nullptr)); in TEST_F()
575 ASSERT_NE(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_F()
/frameworks/native/libs/ui/
DGralloc4.cpp586 gralloc4::decodeProtectedContent, outProtectedContent); in getProtectedContent()
858 gralloc4::decodeProtectedContent, &protectedContent); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h294 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