Searched refs:role_name (Results 1 – 1 of 1) sorted by relevance
270 const char* role_name = ::android::GetComponentRole(role.isEncoder, role.type.c_str()); in TEST_P() local271 if (role_name != nullptr) { in TEST_P()272 EXPECT_EQ(std::string(role_name), role.role) in TEST_P()