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.cpp1393 uint64_t protectedContent = 0; in TEST_P() local
1394 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()
1395 EXPECT_EQ(1, protectedContent); in TEST_P()
1707 uint64_t protectedContent = 0; in TEST_P() local
1709 ASSERT_EQ(NO_ERROR, gralloc4::encodeProtectedContent(protectedContent, &vec)); in TEST_P()
2379 uint64_t protectedContent = 0; in TEST_P() local
2380 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()
2381 EXPECT_EQ(1, protectedContent); in TEST_P()