Home | History | Annotate | Download | only in hal

Lines Matching defs:ts

3444     struct timespec ts = { 0, 0 };
3445 ret = pcm_mmap_get_hw_ptr(out->pcm, (unsigned int *)&position->position_frames, &ts);
3450 position->time_nanoseconds = audio_utils_ns_from_timespec(&ts);
4080 struct timespec ts = { 0, 0 };
4081 ret = pcm_mmap_get_hw_ptr(in->pcm, (unsigned int *)&position->position_frames, &ts);
4086 position->time_nanoseconds = audio_utils_ns_from_timespec(&ts);