Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_util.h194 struct timespec now, time_until; in cras_frames_until_time() local
200 subtract_timespecs(end, &now, &time_until); in cras_frames_until_time()
201 return cras_time_to_frames(&time_until, rate); in cras_frames_until_time()