Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_audio_thread_monitor.c114 struct timespec *last_snapshot_time = in handle_audio_thread_event_message() local
123 subtract_timespecs(&now_time, last_snapshot_time, &diff_time); in handle_audio_thread_event_message()
124 if ((last_snapshot_time->tv_sec == 0 && in handle_audio_thread_event_message()
125 last_snapshot_time->tv_nsec == 0) || in handle_audio_thread_event_message()
128 *last_snapshot_time = now_time; in handle_audio_thread_event_message()