Home
last modified time | relevance | path

Searched refs:dev_io_next_output_wake (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Ddev_io.h90 int dev_io_next_output_wake(struct open_dev **odevs, struct timespec *min_ts);
Daudio_thread.c736 ret = dev_io_next_output_wake(&thread->open_devs[CRAS_STREAM_OUTPUT], in fill_next_sleep_interval()
Ddev_io.c1255 int dev_io_next_output_wake(struct open_dev **odevs, struct timespec *min_ts) in dev_io_next_output_wake() function
/external/adhd/cras/src/tests/
Dtiming_unittest.cc98 dev_io_next_output_wake(&dev_list_, &dev_time); in SingleOutputDevNextWake()