Home | History | Annotate | Download | only in audio_extn

Lines Matching defs:ts

129     struct timespec ts;
305 struct timespec ts;
406 clock_gettime(CLOCK_REALTIME, &ts);
407 ts.tv_sec += (SLEEP_AFTER_CALIB_START/1000);
408 ts.tv_nsec = 0;
413 &handle.mutex_spkr_prot, &ts);