Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Ddev_io.h72 int dev_io_next_input_wake(struct open_dev **idevs, struct timespec *min_ts);
Ddev_io.c905 int dev_io_next_input_wake(struct open_dev **idevs, struct timespec *min_ts) in dev_io_next_input_wake() function
Daudio_thread.c837 ret += dev_io_next_input_wake(&thread->open_devs[CRAS_STREAM_INPUT], in fill_next_sleep_interval()
/external/adhd/cras/src/tests/
Dtiming_unittest.cc69 dev_io_next_input_wake(&dev_list_, &dev_time); in SingleInputDevNextWake()