Searched refs:coupled_names (Results 1 – 1 of 1) sorted by relevance
/external/adhd/cras/src/tests/ |
D | alsa_ucm_unittest.cc | 1115 static const char *coupled_names[] = { in TEST() local 1145 NULL, coupled_names[0], MIXER_NAME_VOLUME)); in TEST() 1147 section, coupled_names[0], MIXER_NAME_VOLUME)); in TEST() 1154 for (i = 1; i < ARRAY_SIZE(coupled_names); i++) { in TEST() 1155 controls = mixer_name_add(controls, coupled_names[i], in TEST() 1163 EXPECT_NE(m_name->name, coupled_names[i]); in TEST() 1164 EXPECT_EQ(0, strcmp(m_name->name, coupled_names[i])); in TEST() 1167 EXPECT_EQ(i, ARRAY_SIZE(coupled_names)); in TEST()
|