Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c275 snd_pcm_drop(vhd->pcm_playback); in callback_audio()
280 snd_pcm_drop(vhd->pcm_capture); in callback_audio()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c160 return snd_pcm_drop(generic->slave); in snd_pcm_generic_drop()
H A Dpcm_multi.c560 return snd_pcm_drop(multi->slaves[0].linked); in snd_pcm_multi_drop()
564 err = snd_pcm_drop(multi->slaves[i].pcm); in snd_pcm_multi_drop()
H A Dpcm_file.c527 int err = snd_pcm_drop(file->gen.slave); in snd_pcm_file_drop()
H A Dpcm_direct.c617 snd_pcm_drop(direct->spcm);
H A Dpcm_share.c1163 int err = snd_pcm_drop(slave->pcm); in _snd_pcm_share_stop()
H A Dpcm.c172 be stopped using the #snd_pcm_drop() or
182 #snd_pcm_drop() or #snd_pcm_drain() calls.
203 #snd_pcm_drop(), #snd_pcm_drain() can be used
466 \par snd_pcm_drop
467 The #snd_pcm_drop() function enters the
781 snd_pcm_drop(pcm); in snd_pcm_close()
1321 int snd_pcm_drop(snd_pcm_t *pcm) in snd_pcm_drop() function
1353 * For stopping the PCM stream immediately, use \link ::snd_pcm_drop() \endlink
/third_party/alsa-lib/test/
H A Dlatency.c845 snd_pcm_drop(chandle); in main()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c833 err = snd_pcm_drop(state->handle); in xfer_libasound_post_process()
835 logging(state, "snd_pcm_drop(): %s\n", in xfer_libasound_post_process()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c919 if ((err = snd_pcm_drop(capt->handle)) < 0) in xrun_sync()
1710 if ((err = snd_pcm_drop(loop->capt->handle)) < 0) in pcmjob_stop()
1712 if ((err = snd_pcm_drop(loop->play->handle)) < 0) in pcmjob_stop()
/third_party/alsa-lib/aserver/
H A Daserver.c464 ctrl->result = snd_pcm_drop(pcm); in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h552 int snd_pcm_drop(snd_pcm_t *pcm);
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1129 snd_pcm_drop(pcm); in pa_alsa_recover_from_poll()
H A Dalsa-sink.c2898 snd_pcm_drop(u->pcm_handle); in userdata_free()
H A Dalsa-source.c2521 snd_pcm_drop(u->pcm_handle); in userdata_free()

Completed in 39 milliseconds