Home
last modified time | relevance | path

Searched refs:num_iodevs (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_iodev_list.c643 unsigned int num_iodevs) in add_stream_to_open_devs() argument
647 for (i = 0; i < num_iodevs; i++) in add_stream_to_open_devs()
653 stream, iodevs, num_iodevs); in add_stream_to_open_devs()
805 unsigned int num_iodevs; in stream_added_cb() local
816 num_iodevs = 0; in stream_added_cb()
818 if (num_iodevs >= ARRAY_SIZE(iodevs)) { in stream_added_cb()
834 iodevs[num_iodevs++] = edev->dev; in stream_added_cb()
836 if (num_iodevs) { in stream_added_cb()
837 rc = add_stream_to_open_devs(rstream, iodevs, num_iodevs); in stream_added_cb()
Daudio_thread.c258 unsigned int num_iodevs) in append_stream() argument
269 for (i = 0; i < num_iodevs; i++) { in append_stream()
508 unsigned int num_iodevs) in thread_add_stream() argument
512 rc = append_stream(thread, stream, iodevs, num_iodevs); in thread_add_stream()
517 num_iodevs ? iodevs[0]->info.idx : 0, num_iodevs); in thread_add_stream()