Home | History | Annotate | Download | only in audio

Lines Matching refs:pcm_get_htimestamp

1245     status = pcm_get_htimestamp(out->pcm, &kernel_frames, &buffer->time_stamp);
1250 LOGV("get_playback_delay(): pcm_get_htimestamp error,"
1492 if (pcm_get_htimestamp(out->pcm, (unsigned int *)&kernel_frames, &time_stamp) < 0)
1739 if (pcm_get_htimestamp(in->pcm, &kernel_frames, &tstamp) < 0) {