HomeSort by relevance Sort by last modified time
    Searched refs:thread_add_stream (Results 1 - 3 of 3) sorted by null

  /external/adhd/cras/src/tests/
audio_thread_unittest_obsolete.cc 246 thread_add_stream(thread, rstream_);
271 thread_add_stream(thread, rstream_);
302 thread_add_stream(thread, rstream_);
334 thread_add_stream(thread, rstream_);
375 rc = thread_add_stream(thread, rstream_);
377 rc = thread_add_stream(thread, rstream2_);
416 rc = thread_add_stream(thread, rstream_);
418 rc = thread_add_stream(thread, rstream2_);
461 thread_add_stream(thread, rstream_);
546 thread_add_stream(thread_, rstream_)
    [all...]
audio_thread_unittest.cc 342 thread_add_stream(thread_, &rstream, iodevs, 2);
353 thread_add_stream(thread_, &rstream2, iodevs, 2);
384 thread_add_stream(thread_, &rstream1, iodevs, 1);
385 thread_add_stream(thread_, &rstream2, iodevs, 1);
428 thread_add_stream(thread_, &rstream, &piodev, 1);
431 thread_add_stream(thread_, &rstream2, &piodev, 1);
444 thread_add_stream(thread_, &rstream3, &piodev2, 1);
595 thread_add_stream(thread_, &rstream, &piodev, 1);
629 thread_add_stream(thread_, &rstream, &piodev, 1);
  /external/adhd/cras/src/server/
audio_thread.c 531 static int thread_add_stream(struct audio_thread *thread, function
842 ret = thread_add_stream(thread, amsg->stream, amsg->devs,
    [all...]

Completed in 3648 milliseconds