Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dseq.h572 typedef struct _snd_seq_remove_events snd_seq_remove_events_t; typedef
587 /** allocate a #snd_seq_remove_events_t container on stack */
590 int snd_seq_remove_events_malloc(snd_seq_remove_events_t **ptr);
591 void snd_seq_remove_events_free(snd_seq_remove_events_t *ptr);
592 void snd_seq_remove_events_copy(snd_seq_remove_events_t *dst, const snd_seq_remove_events_t *src);
594 unsigned int snd_seq_remove_events_get_condition(const snd_seq_remove_events_t *info);
595 int snd_seq_remove_events_get_queue(const snd_seq_remove_events_t *info);
596 const snd_seq_timestamp_t *snd_seq_remove_events_get_time(const snd_seq_remove_events_t *info);
597 const snd_seq_addr_t *snd_seq_remove_events_get_dest(const snd_seq_remove_events_t *inf
[all...]
/third_party/alsa-lib/src/seq/
H A Dseq.c4629 snd_seq_remove_events_t rminfo; in snd_seq_drop_output()
4646 snd_seq_remove_events_t rminfo; in snd_seq_drop_input()
4657 * \brief get size of #snd_seq_remove_events_t
4662 return sizeof(snd_seq_remove_events_t); in snd_seq_remove_events_sizeof()
4666 * \brief allocate an empty #snd_seq_remove_events_t using standard malloc
4670 int snd_seq_remove_events_malloc(snd_seq_remove_events_t **ptr) in snd_seq_remove_events_malloc()
4673 *ptr = calloc(1, sizeof(snd_seq_remove_events_t)); in snd_seq_remove_events_malloc()
4680 * \brief frees a previously allocated #snd_seq_remove_events_t
4683 void snd_seq_remove_events_free(snd_seq_remove_events_t *obj) in snd_seq_remove_events_free()
4689 * \brief copy one #snd_seq_remove_events_t t
[all...]
H A Dseq_local.h68 int (*remove_events)(snd_seq_t *seq, snd_seq_remove_events_t *rmp);
H A Dseq_hw.c399 static int snd_seq_hw_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_hw_remove_events()

Completed in 13 milliseconds