Searched refs:ucm_section_exists_with_name (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/tests/ |
D | alsa_ucm_unittest.cc | 688 EXPECT_EQ(1, ucm_section_exists_with_name(mgr, "Sec1", "Identifier")); in TEST() 689 EXPECT_EQ(1, ucm_section_exists_with_name(mgr, "Sec2", "Identifier")); in TEST() 690 EXPECT_EQ(0, ucm_section_exists_with_name(mgr, "Sec3", "Identifier")); in TEST()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_ucm.c | 176 static int ucm_section_exists_with_name(struct cras_use_case_mgr *mgr, in ucm_section_exists_with_name() function 247 rc = ucm_section_exists_with_name(mgr, name, identifier); in ucm_mod_exists_with_name()
|