Home
last modified time | relevance | path

Searched refs:ucm_section_create (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_ucm_section.h56 struct ucm_section *ucm_section_create(const char *name, const char *pcm_name,
Dcras_alsa_ucm_section.c34 struct ucm_section *ucm_section_create(const char *name, const char *pcm_name, in ucm_section_create() function
Dcras_alsa_ucm.c946 dev_sec = ucm_section_create(dev_name, pcm_name, dev_idx, in ucm_parse_device_section()
/external/adhd/cras/src/tests/
Dalsa_card_unittest.cc781 section = ucm_section_create("MIC1", "hw:0,3", 0, -1, CRAS_STREAM_INPUT, in TEST()
784 section = ucm_section_create("MIC2", "hw:0,5", 0, 3, CRAS_STREAM_INPUT, in TEST()
823 section = ucm_section_create("Headphone", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in GenerateUcmSections()
829 section = ucm_section_create("Speaker", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in GenerateUcmSections()
835 section = ucm_section_create("Internal Mic", "hw:0,1", 0, -1, in GenerateUcmSections()
841 section = ucm_section_create("Mic", "hw:0,1", 1, -1, CRAS_STREAM_INPUT, in GenerateUcmSections()
847 section = ucm_section_create("HDMI", "hw:0,1", 2, -1, CRAS_STREAM_OUTPUT, in GenerateUcmSections()
Dalsa_io_unittest.cc1042 section = ucm_section_create(HEADPHONE, "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
1053 section = ucm_section_create("Line Out", "hw:0.1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
1094 section = ucm_section_create(INTERNAL_SPEAKER, "hw:0,1", 1, -1, in TEST()
1140 section = ucm_section_create(INTERNAL_SPEAKER, "hw:0,1", 0, -1, in TEST()
1151 section = ucm_section_create(HEADPHONE, "hw:0,2", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
1229 section = ucm_section_create(INTERNAL_SPEAKER, "hw:0,1", 1, -1, in TEST()
1271 section = ucm_section_create(HEADPHONE, "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
1319 section = ucm_section_create(INTERNAL_MICROPHONE, "hw:0,1", 0, -1, in TEST()
1333 section = ucm_section_create(MIC, "hw:0,2", 0, -1, CRAS_STREAM_INPUT, in TEST()
1395 section = ucm_section_create(INTERNAL_MICROPHONE, "hw:0,1", 1, -1, in TEST()
[all …]
Dalsa_jack_unittest.cc732 section = ucm_section_create("Headphone", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
768 section = ucm_section_create("Headphone", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
810 section = ucm_section_create("Headphone", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
832 section = ucm_section_create("Headphone", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in TEST()
Dalsa_mixer_unittest.cc1278 section = ucm_section_create("NullElement", "hw:0,1", 0, -1, in SetUp()
1283 ucm_section_create("Headphone", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in SetUp()
1288 section = ucm_section_create("Speaker", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in SetUp()
1293 section = ucm_section_create("Mic", "hw:0,1", 0, -1, CRAS_STREAM_INPUT, in SetUp()
1297 section = ucm_section_create("Internal Mic", "hw:0,1", 0, -1, in SetUp()
1302 section = ucm_section_create("HDMI", "hw:0,1", 0, -1, CRAS_STREAM_OUTPUT, in SetUp()
Dalsa_ucm_unittest.cc1196 ucm_section_create(NULL, NULL, 0, -1, CRAS_STREAM_OUTPUT, NULL, NULL); in TEST()
1199 section = ucm_section_create(name, pcm_name, dev_idx, dependent_dev_idx, dir, in TEST()