Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc674 EXPECT_EQ(1, ucm_str_ends_with_suffix("Foo bar", "bar")); in TEST()
675 EXPECT_EQ(1, ucm_str_ends_with_suffix("bar", "bar")); in TEST()
676 EXPECT_EQ(0, ucm_str_ends_with_suffix("Foo car", "bar")); in TEST()
/external/adhd/cras/src/server/
Dcras_alsa_ucm.c165 static int ucm_str_ends_with_suffix(const char *str, const char *suffix) in ucm_str_ends_with_suffix() function
219 if (ucm_str_ends_with_suffix(list[i], suffix)) { in ucm_section_exists_with_suffix()