Home
last modified time | relevance | path

Searched refs:ucm_section_exists_with_suffix (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc702 EXPECT_EQ(1, ucm_section_exists_with_suffix(mgr, "Suffix1", "Identifier")); in TEST()
703 EXPECT_EQ(1, ucm_section_exists_with_suffix(mgr, "Suffix2", "Identifier")); in TEST()
704 EXPECT_EQ(0, ucm_section_exists_with_suffix(mgr, "Suffix3", "Identifier")); in TEST()
/external/adhd/cras/src/server/
Dcras_alsa_ucm.c202 static int ucm_section_exists_with_suffix(struct cras_use_case_mgr *mgr, in ucm_section_exists_with_suffix() function
235 rc = ucm_section_exists_with_suffix(mgr, suffix, identifier); in ucm_mod_exists_with_suffix()