Searched refs:timespec_after (Results 1 – 7 of 7) sorted by relevance
/external/adhd/cras/src/server/ |
D | dev_io.c | 141 if (!timespec_after(&now, next_cb_ts)) in fetch_streams() 290 if (timespec_after(&dev_wake_ts, res_ts)) { in get_input_dev_max_wake_ts() 351 if (timespec_after(&min_ts, &wake_time_out)) { in set_input_dev_wake_ts() 363 } else if(timespec_after(&min_ts, &dev_wake_ts)) { in set_input_dev_wake_ts() 916 if (timespec_after(min_ts, &adev->wake_ts)) in dev_io_next_input_wake() 990 if (timespec_after(&stream->longest_fetch_interval, in dev_io_remove_stream()
|
D | dev_stream.c | 509 if (timespec_after(&now, &rstream->next_cb_ts)) { in check_next_wake_time() 528 return timespec_after(&now, &rstream->next_cb_ts); in late_enough_for_capture_callback() 777 if (timespec_after(&time_for_sample, &rstream->next_cb_ts)) in get_input_wake_time()
|
D | audio_thread.c | 292 (!cb_ts_set || timespec_after(&init_cb_ts, stream_ts))) { in append_stream() 788 if (timespec_after(min_ts, next_cb_ts)) in get_next_stream_wake_from_list() 813 if (timespec_after(min_ts, &adev->wake_ts)) in get_next_output_wake() 839 if (timespec_after(&min_ts, &now)) in fill_next_sleep_interval() 962 if (timespec_after(&this_wake, &longest_wake)) in audio_io_thread()
|
D | rate_estimator.c | 97 if (timespec_after(&td, &re->window_size) && in rate_estimator_check()
|
D | cras_iodev_list.c | 463 if (timespec_after(&now, &edev->dev->idle_timeout)) { in idle_dev_check() 469 timespec_after(&min_idle_expiration, in idle_dev_check() 477 if (timespec_after(&now, &min_idle_expiration)) { in idle_dev_check()
|
D | cras_rstream.c | 310 if (timespec_after(&ts, &rstream->longest_fetch_interval)) in cras_rstream_record_fetch_interval()
|
/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()
|