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/
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/
Dpcm_generic.c160 return snd_pcm_drop(generic->slave); in snd_pcm_generic_drop()
Dpcm_multi.c550 return snd_pcm_drop(multi->slaves[0].linked); in snd_pcm_multi_drop()
554 err = snd_pcm_drop(multi->slaves[i].pcm); in snd_pcm_multi_drop()
Dpcm_file.c527 int err = snd_pcm_drop(file->gen.slave); in snd_pcm_file_drop()
Dpcm_share.c1154 int err = snd_pcm_drop(slave->pcm); in _snd_pcm_share_stop()
Dpcm_direct.c1086 snd_pcm_drop(spcm);
Dpcm.c769 snd_pcm_drop(pcm); in snd_pcm_close()
1306 int snd_pcm_drop(snd_pcm_t *pcm) in snd_pcm_drop() function
/third_party/alsa-lib/test/
Dlatency.c680 snd_pcm_drop(chandle); in main()
/third_party/alsa-utils/axfer/
Dxfer-libasound.c833 err = snd_pcm_drop(state->handle); in xfer_libasound_post_process()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c917 if ((err = snd_pcm_drop(capt->handle)) < 0) in xrun_sync()
1708 if ((err = snd_pcm_drop(loop->capt->handle)) < 0) in pcmjob_stop()
1710 if ((err = snd_pcm_drop(loop->play->handle)) < 0) in pcmjob_stop()
/third_party/alsa-lib/aserver/
Daserver.c463 ctrl->result = snd_pcm_drop(pcm); in pcm_shm_cmd()
/third_party/alsa-lib/include/
Dpcm.h535 int snd_pcm_drop(snd_pcm_t *pcm);
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1129 snd_pcm_drop(pcm); in pa_alsa_recover_from_poll()
Dalsa-source.c2521 snd_pcm_drop(u->pcm_handle); in userdata_free()
Dalsa-sink.c2898 snd_pcm_drop(u->pcm_handle); in userdata_free()