Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.h96 void auclnt_get_output_qlen(audio_client_t *, uint_t *, uint_t *);
H A Daudio_oss.c1520 auclnt_get_output_qlen(c, &slen, &flen); in sndctl_dsp_getodelay()
1547 auclnt_get_output_qlen(c, &samples, &fifo); in sndctl_dsp_current_optr()
H A Daudio_client.c530 auclnt_get_output_qlen(audio_client_t *c, uint_t *slen, uint_t *flen) in auclnt_get_output_qlen() function