Home
last modified time | relevance | path

Searched refs:add_timespecs (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/server/
Ddev_stream.c141 add_timespecs(&stream->next_cb_ts, &stream->sleep_interval_ts); in dev_stream_create()
142 add_timespecs(&stream->next_cb_ts, &extra_sleep); in dev_stream_create()
511 add_timespecs(&rstream->next_cb_ts, in check_next_wake_time()
527 add_timespecs(&now, &capture_callback_fuzz_ts); in late_enough_for_capture_callback()
572 add_timespecs(&rstream->next_cb_ts, in dev_stream_capture_update_rstream()
670 add_timespecs(&rstream->next_cb_ts, in dev_stream_request_playback_samples()
773 add_timespecs(&time_for_sample, level_tstamp); in get_input_wake_time()
Ddev_io.c140 add_timespecs(&now, &playback_wake_fuzz_ts); in fetch_streams()
295 add_timespecs(res_ts, &now); in get_input_dev_max_wake_ts()
315 add_timespecs(&min_ts, &now); in set_input_dev_wake_ts()
603 add_timespecs(&adev->wake_ts, &sleep_time); in update_dev_wakeup_time()
Daudio_thread.c834 add_timespecs(&min_ts, &now); in fill_next_sleep_interval()
Dcras_iodev_list.c880 add_timespecs(&edev->dev->idle_timeout, &idle_timeout_interval); in possibly_close_enabled_devs()
/external/adhd/cras/src/tests/
Dtiming_unittest.cc278 add_timespecs(&stream1->rstream->next_cb_ts, &three_millis); in TEST_F()
285 add_timespecs(&stream2->rstream->next_cb_ts, &five_millis); in TEST_F()
317 add_timespecs(&stream->rstream->next_cb_ts, &delay); in TEST_F()
Ddev_stream_unittest.cc760 add_timespecs(&expected_next_cb_ts, in TEST_F()
784 add_timespecs(&expected_next_cb_ts, in TEST_F()
862 add_timespecs(&expected_next_cb_ts, in TEST_F()
974 add_timespecs(&expected_tstamp, &needed_time_for_device); in TEST_F()
/external/adhd/cras/src/common/
Dcras_util.h106 static inline void add_timespecs(struct timespec *a, in add_timespecs() function
Dcras_util.c191 add_timespecs(&future, timeout); in cras_poll()