Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Ddev_io.c488 static int write_streams(struct open_dev **odevs, in write_streams() argument
515 odevs, in write_streams()
526 odevs, in write_streams()
556 dev_io_remove_stream(odevs, curr->stream, NULL); in write_streams()
610 int write_output_samples(struct open_dev **odevs, in write_output_samples() argument
673 written = write_streams(odevs, adev, dst, frames); in write_output_samples()
757 struct open_dev **odevs, in handle_dev_err() argument
767 dev_io_rm_open_dev(odevs, adev); in handle_dev_err()
799 int dev_io_playback_write(struct open_dev **odevs, in dev_io_playback_write() argument
809 adev = *odevs; in dev_io_playback_write()
[all …]
Ddev_io.h44 int dev_io_playback_write(struct open_dev **odevs,
48 int write_output_samples(struct open_dev **odevs,
65 void dev_io_run(struct open_dev **odevs, struct open_dev **idevs,
Daudio_thread.c796 static int get_next_output_wake(struct open_dev **odevs, in get_next_output_wake() argument
803 DL_FOREACH(*odevs, adev) in get_next_output_wake()
808 DL_FOREACH(*odevs, adev) { in get_next_output_wake()