Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp504 err = android::gralloc4::encodeProtectedContent(is_protected, &vec); in get_metadata()
835 err = android::gralloc4::encodeProtectedContent(is_protected, &vec); in getFromBufferDescriptorInfo()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp202 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeProtectedContent, gralloc4::decodeP… in TEST_P()
484 ASSERT_NE(NO_ERROR, gralloc4::encodeProtectedContent(0, nullptr)); in TEST_F()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper4.cpp325 android::gralloc4::encodeProtectedContent(protected_content, &out)); in getFromBufferDescriptorInfo()
H A Dgr_buf_mgr.cpp1266 android::gralloc4::encodeProtectedContent(protected_content, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper4.cpp325 android::gralloc4::encodeProtectedContent(protected_content, &out)); in getFromBufferDescriptorInfo()
H A Dgr_buf_mgr.cpp1220 android::gralloc4::encodeProtectedContent(protected_content, out); in GetMetadata()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h287 status_t encodeProtectedContent(uint64_t protectedContent, android::hardware::hidl_vec<uint8_t>* ou…
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1032 status_t encodeProtectedContent(uint64_t protectedContent, hidl_vec<uint8_t>* outProtectedContent) { in encodeProtectedContent() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1507 ASSERT_EQ(NO_ERROR, gralloc4::encodeProtectedContent(protectedContent, &vec)); in TEST_P()