Searched refs:protectedContent (Results 1 – 1 of 1) sorted by relevance
1206 uint64_t protectedContent = 0; in TEST_P() local1207 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() local1507 ASSERT_EQ(NO_ERROR, gralloc4::encodeProtectedContent(protectedContent, &vec)); in TEST_P()2153 uint64_t protectedContent = 0; in TEST_P() local2154 ASSERT_EQ(NO_ERROR, gralloc4::decodeProtectedContent(vec, &protectedContent)); in TEST_P()2155 EXPECT_EQ(1, protectedContent); in TEST_P()