Home
last modified time | relevance | path

Searched refs:encodeProtectedContent (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp202 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeProtectedContent, gralloc4::decodeP… in TEST_P()
510 ASSERT_NE(NO_ERROR, gralloc4::encodeProtectedContent(0, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h293 status_t encodeProtectedContent(uint64_t protectedContent, android::hardware::hidl_vec<uint8_t>* ou…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1032 status_t encodeProtectedContent(uint64_t protectedContent, hidl_vec<uint8_t>* outProtectedContent) { in encodeProtectedContent() function