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