Searched defs:in_handle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_alsa.c51 static snd_pcm_t *in_handle = NULL; variable
96 if (in_handle)
98 num_fds_in = snd_pcm_poll_descriptors_count(in_handle);
103 err = snd_pcm_poll_descriptors(in_handle, pfds_in, num_fds_in);
150 if (in_handle)
165 err = snd_pcm_poll_descriptors_revents(in_handle, pfds_in, num_fds_in, &revents);
422 snd_pcm_open(&in_handle, pcm_name, SND_PCM_STREAM_CAPTURE, SND_PCM_NONBLOCK)) < 0)
434 if (in_handle)
436 snd_pcm_close(in_handle);
437 in_handle
[all...]

Completed in 42 milliseconds