Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Ddev_stream.c676 struct timespec time_for_sample; in get_input_wake_time() local
736 &time_for_sample); in get_input_wake_time()
738 add_timespecs(&time_for_sample, level_tstamp); in get_input_wake_time()
742 if (timespec_after(&time_for_sample, &rstream->next_cb_ts)) in get_input_wake_time()
743 *wake_time_out = time_for_sample; in get_input_wake_time()
746 *wake_time_out = time_for_sample; in get_input_wake_time()