Searched refs:timespec_after (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/common/ |
D | cras_util.h | 146 static inline int timespec_after(const struct timespec *a, in timespec_after() function 180 if (!timespec_after(&now, beg)) in cras_frames_since_time()
|
/external/adhd/cras/src/server/ |
D | audio_thread.c | 445 if (timespec_after(&stream->longest_fetch_interval, in thread_remove_stream() 618 if (!timespec_after(&now, next_cb_ts)) in fetch_streams() 991 if (timespec_after(min_ts, next_cb_ts)) in get_next_stream_wake_from_list() 1046 if (timespec_after(min_ts, &adev->wake_ts)) in get_next_output_wake() 1084 if (timespec_after(min_ts, &adev->wake_ts)) in get_next_input_wake() 1445 if (timespec_after(&min_ts, &wake_time_out)) { in set_input_dev_wake_ts() 1507 if (timespec_after(&min_ts, &now)) in fill_next_sleep_interval() 1606 if (timespec_after(&this_wake, &longest_wake)) in audio_io_thread()
|
D | dev_stream.c | 470 if (timespec_after(&now, &rstream->next_cb_ts)) { in check_next_wake_time() 489 return timespec_after(&now, &rstream->next_cb_ts); in late_enough_for_capture_callback() 713 if (timespec_after(&time_for_sample, &rstream->next_cb_ts)) { in get_input_wake_time()
|
D | rate_estimator.c | 101 if (timespec_after(&td, &re->window_size) && in rate_estimator_check()
|
D | cras_iodev_list.c | 392 if (timespec_after(&now, &edev->dev->idle_timeout)) { in idle_dev_check() 400 timespec_after(&min_idle_expiration, in idle_dev_check() 408 if (timespec_after(&now, &min_idle_expiration)) { in idle_dev_check()
|
D | cras_rstream.c | 205 if (timespec_after(&ts, &rstream->longest_fetch_interval)) in cras_rstream_record_fetch_interval()
|