Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sound/
H A Dsnd_seq01.c28 static struct snd_seq_remove_events rminfo = {
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h418 struct snd_seq_remove_events { struct
658 #define SNDRV_SEQ_IOCTL_REMOVE_EVENTS _IOW ('S', 0x4e, struct snd_seq_remove_events)
/third_party/alsa-lib/include/
H A Dlocal.h126 #define _snd_seq_remove_events snd_seq_remove_events
H A Dseq.h589 __snd_alloca(ptr, snd_seq_remove_events)
610 int snd_seq_remove_events(snd_seq_t *handle, snd_seq_remove_events_t *info);
/third_party/alsa-lib/src/seq/
H A Dseq.c233 via #snd_seq_remove_events().
4148 * snd_seq_remove_events()
4625 * \sa snd_seq_drain_output(), snd_seq_drop_output_buffer(), snd_seq_remove_events()
4635 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_output()
4642 * \sa snd_seq_drop_input_buffer(), snd_seq_remove_events()
4652 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_input()
4705 * \sa snd_seq_remove_events()
4718 * \sa snd_seq_remove_events()
4731 * \sa snd_seq_remove_events()
4744 * \sa snd_seq_remove_events()
4967 int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) snd_seq_remove_events() function
[all...]

Completed in 10 milliseconds