Home
last modified time | relevance | path

Searched refs:thread_add_stream (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/tests/
Daudio_thread_unittest_obsolete.cc235 thread_add_stream(thread, rstream_); in TEST_F()
260 thread_add_stream(thread, rstream_); in TEST_F()
291 thread_add_stream(thread, rstream_); in TEST_F()
323 thread_add_stream(thread, rstream_); in TEST_F()
364 rc = thread_add_stream(thread, rstream_); in TEST_F()
366 rc = thread_add_stream(thread, rstream2_); in TEST_F()
405 rc = thread_add_stream(thread, rstream_); in TEST_F()
407 rc = thread_add_stream(thread, rstream2_); in TEST_F()
450 thread_add_stream(thread, rstream_); in TEST_F()
535 thread_add_stream(thread_, rstream_); in SetUp()
[all …]
Daudio_thread_unittest.cc415 thread_add_stream(thread_, &rstream, iodevs, 2); in TEST_F()
426 thread_add_stream(thread_, &rstream2, iodevs, 2); in TEST_F()
459 thread_add_stream(thread_, &rstream1, iodevs, 1); in TEST_F()
460 thread_add_stream(thread_, &rstream2, iodevs, 1); in TEST_F()
501 thread_add_stream(thread_, &rstream, &piodev, 1); in TEST_F()
546 thread_add_stream(thread_, &rstream1, &piodev, 1); in TEST_F()
567 thread_add_stream(thread_, &rstream1, &piodev, 1); in TEST_F()
578 thread_add_stream(thread_, &rstream2, &piodev, 1); in TEST_F()
605 thread_add_stream(thread_, &rstream, &piodev, 1); in TEST_F()
608 thread_add_stream(thread_, &rstream2, &piodev, 1); in TEST_F()
[all …]
/external/adhd/cras/src/server/
Daudio_thread.c439 static int thread_add_stream(struct audio_thread *thread, in thread_add_stream() function
582 ret = thread_add_stream(thread, amsg->stream, amsg->devs, in handle_audio_thread_message()