Searched refs:protectedContent (Results 1 – 1 of 1) sorted by relevance
1393 uint64_t protectedContent = 0; in TEST_P() local1394 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() local1709 ASSERT_EQ(NO_ERROR, gralloc4::encodeProtectedContent(protectedContent, &vec)); in TEST_P()2379 uint64_t protectedContent = 0; in TEST_P() local2380 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()2381 EXPECT_EQ(1, protectedContent); in TEST_P()