Searched refs:auclnt_get_oflag (Results 1 – 3 of 3) sorted by relevance
610 oflag = auclnt_get_oflag(c); in sndctl_dsp_speed()631 oflag = auclnt_get_oflag(c); in sndctl_dsp_setfmt()698 oflag = auclnt_get_oflag(c); in sndctl_dsp_channels()744 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_post()787 oflag = auclnt_get_oflag(c); in sndctl_dsp_gettrigger()812 oflag = auclnt_get_oflag(c); in sndctl_dsp_settrigger()979 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_silence()990 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_skip()1002 if (auclnt_get_oflag(c) & FREAD) { in sndctl_dsp_halt_input()1013 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_halt_output()[all …]
113 int auclnt_get_oflag(audio_client_t *);
883 auclnt_get_oflag(audio_client_t *c) in auclnt_get_oflag() function