HomeSort by relevance Sort by last modified time
    Searched refs:ucm_section_exists_with_suffix (Results 1 - 2 of 2) sorted by null

  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 681 EXPECT_EQ(1, ucm_section_exists_with_suffix(mgr, "Suffix1", "Identifier"));
682 EXPECT_EQ(1, ucm_section_exists_with_suffix(mgr, "Suffix2", "Identifier"));
683 EXPECT_EQ(0, ucm_section_exists_with_suffix(mgr, "Suffix3", "Identifier"));
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_ucm.c 187 static int ucm_section_exists_with_suffix(struct cras_use_case_mgr *mgr, function
220 rc = ucm_section_exists_with_suffix(mgr, suffix, identifier);

Completed in 409 milliseconds