Searched refs:auclnt_get_output_qlen (Results 1 – 3 of 3) sorted by relevance
96 void auclnt_get_output_qlen(audio_client_t *, uint_t *, uint_t *);
1520 auclnt_get_output_qlen(c, &slen, &flen); in sndctl_dsp_getodelay()1547 auclnt_get_output_qlen(c, &samples, &fifo); in sndctl_dsp_current_optr()
530 auclnt_get_output_qlen(audio_client_t *c, uint_t *slen, uint_t *flen) in auclnt_get_output_qlen() function