Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1206 uint64_t protectedContent = 0; in TEST_P() local
1207 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()
1208 EXPECT_EQ(1, protectedContent); in TEST_P()
1505 uint64_t protectedContent = 0; in TEST_P() local
1507 ASSERT_EQ(NO_ERROR, gralloc4::encodeProtectedContent(protectedContent, &vec)); in TEST_P()
2153 uint64_t protectedContent = 0; in TEST_P() local
2154 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()
2155 EXPECT_EQ(1, protectedContent); in TEST_P()