Home
last modified time | relevance | path

Searched refs:snd_config_iterator_end (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/test/lsb/
H A Dconfig.c68 TEST_CHECK(snd_config_iterator_first(top) == snd_config_iterator_end(top)); in test_top()
232 i != snd_config_iterator_end(c1); in test_add()
340 TEST_CHECK(snd_config_iterator_first(c) == snd_config_iterator_end(c)); in test_make_compound()
517 TEST_CHECK(i == snd_config_iterator_end(c)); in test_iterators()
521 TEST_CHECK(i != snd_config_iterator_end(c)); in test_iterators()
526 TEST_CHECK(i == snd_config_iterator_end(c)); in test_iterators()
541 TEST_CHECK(i != snd_config_iterator_end(c)); in test_for_each()
/third_party/alsa-lib/include/
H A Dconf.h186 snd_config_iterator_t snd_config_iterator_end(const snd_config_t *node);
207 for (pos = snd_config_iterator_first(node), next = snd_config_iterator_next(pos); pos != snd_config_iterator_end(node); pos = next, next = snd_config_iterator_next(pos))
/third_party/alsa-lib/src/ucm/
H A Ducm_local.h321 snd_config_iterator_end(uc_mgr->local_config); in uc_mgr_has_local_config()
/third_party/alsa-utils/topology/
H A Dpre-process-class.c105 end = snd_config_iterator_end(cfg); in tplg_class_lookup()
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate.c1469 if (i && i != snd_config_iterator_end(conf)) { in is_string_array()

Completed in 6 milliseconds