Home
last modified time | relevance | path

Searched refs:xferi (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c942 struct snd_xferi xferi; in snd_pcm_hw_writei() local
943 xferi.buf = (char*) buffer; in snd_pcm_hw_writei()
944 xferi.frames = size; in snd_pcm_hw_writei()
945 xferi.result = 0; /* make valgrind happy */ in snd_pcm_hw_writei()
946 if (ioctl(fd, SNDRV_PCM_IOCTL_WRITEI_FRAMES, &xferi) < 0) in snd_pcm_hw_writei()
951 fprintf(stderr, "hw_writei: frames = %li, xferi.result = %li, err = %i\n", size, xferi.result, err); in snd_pcm_hw_writei()
955 return xferi.result; in snd_pcm_hw_writei()
984 struct snd_xferi xferi; in snd_pcm_hw_readi() local
985 xferi in snd_pcm_hw_readi()
[all...]

Completed in 3 milliseconds