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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h533 typedef struct _snd_seq_remove_events snd_seq_remove_events_t; typedef in typeref:struct:_snd_seq_remove_events
548 /** allocate a #snd_seq_remove_events_t container on stack */
551 int snd_seq_remove_events_malloc(snd_seq_remove_events_t **ptr);
552 void snd_seq_remove_events_free(snd_seq_remove_events_t *ptr);
553 void snd_seq_remove_events_copy(snd_seq_remove_events_t *dst, const snd_seq_remove_events_t *src);
555 unsigned int snd_seq_remove_events_get_condition(const snd_seq_remove_events_t *info);
556 int snd_seq_remove_events_get_queue(const snd_seq_remove_events_t *info);
557 const snd_seq_timestamp_t *snd_seq_remove_events_get_time(const snd_seq_remove_events_t *info);
558 const snd_seq_addr_t *snd_seq_remove_events_get_dest(const snd_seq_remove_events_t *inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq.c4185 snd_seq_remove_events_t rminfo;
4202 snd_seq_remove_events_t rminfo;
4213 * \brief get size of #snd_seq_remove_events_t
4218 return sizeof(snd_seq_remove_events_t);
4222 * \brief allocate an empty #snd_seq_remove_events_t using standard malloc
4226 int snd_seq_remove_events_malloc(snd_seq_remove_events_t **ptr)
4229 *ptr = calloc(1, sizeof(snd_seq_remove_events_t));
4236 * \brief frees a previously allocated #snd_seq_remove_events_t
4239 void snd_seq_remove_events_free(snd_seq_remove_events_t *obj)
4245 * \brief copy one #snd_seq_remove_events_t t
[all...]
H A Dseq_local.h66 int (*remove_events)(snd_seq_t *seq, snd_seq_remove_events_t *rmp);
H A Dseq_hw.c334 static int snd_seq_hw_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp)

Completed in 122 milliseconds