/external/adhd/cras/src/server/ |
D | cras_alsa_ucm_section.h | 56 struct ucm_section *ucm_section_create(const char *name, const char *pcm_name,
|
D | cras_alsa_ucm_section.c | 34 struct ucm_section *ucm_section_create(const char *name, const char *pcm_name, in ucm_section_create() function
|
D | cras_alsa_ucm.c | 946 dev_sec = ucm_section_create(dev_name, pcm_name, dev_idx, in ucm_parse_device_section()
|
/external/adhd/cras/src/tests/ |
D | alsa_card_unittest.cc | 781 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()
|
D | alsa_io_unittest.cc | 1042 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 …]
|
D | alsa_jack_unittest.cc | 732 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()
|
D | alsa_mixer_unittest.cc | 1278 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()
|
D | alsa_ucm_unittest.cc | 1196 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()
|