Searched refs:snd_input_buffer_open (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/test/lsb/ |
H A D | config.c | 93 ALSA_CHECK(snd_input_buffer_open(&input, config_text1, strlen(config_text1))); in test_load() 103 ALSA_CHECK(snd_input_buffer_open(&input, config_text2, strlen(config_text2))); in test_load() 125 ALSA_CHECK(snd_input_buffer_open(&input, text, strlen(text))); in test_save() 132 ALSA_CHECK(snd_input_buffer_open(&input, buf, buf_size)); in test_save() 168 ALSA_CHECK(snd_input_buffer_open(&input, text, strlen(text))); in test_search() 201 ALSA_CHECK(snd_input_buffer_open(&input, text, strlen(text))); in test_searchv()
|
/third_party/alsa-lib/include/ |
H A D | input.h | 68 int snd_input_buffer_open(snd_input_t **inputp, const char *buffer, ssize_t size);
|
/third_party/alsa-lib/src/ |
H A D | input.c | 306 int snd_input_buffer_open(snd_input_t **inputp, const char *buf, ssize_t size) in snd_input_buffer_open() function
|
/third_party/alsa-lib/src/topology/ |
H A D | parser.c | 266 err = snd_input_buffer_open(&in, buf, size); in snd_tplg_load()
|
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 934 err = snd_input_buffer_open(&in, config, config_size); in pre_process()
|
Completed in 5 milliseconds