• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/

Lines Matching refs:snd_seq_client_info_t

1413  * \brief get size of #snd_seq_client_info_t
1418 return sizeof(snd_seq_client_info_t);
1422 * \brief allocate an empty #snd_seq_client_info_t using standard malloc
1426 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr)
1429 *ptr = calloc(1, sizeof(snd_seq_client_info_t));
1436 * \brief frees a previously allocated #snd_seq_client_info_t
1439 void snd_seq_client_info_free(snd_seq_client_info_t *obj)
1445 * \brief copy one #snd_seq_client_info_t to another
1449 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *src)
1463 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info)
1479 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info)
1492 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info)
1505 int snd_seq_client_info_get_broadcast_filter(const snd_seq_client_info_t *info)
1518 int snd_seq_client_info_get_error_bounce(const snd_seq_client_info_t *info)
1537 const unsigned char *snd_seq_client_info_get_event_filter(const snd_seq_client_info_t *info)
1559 void snd_seq_client_info_event_filter_clear(snd_seq_client_info_t *info)
1580 void snd_seq_client_info_event_filter_add(snd_seq_client_info_t *info, int event_type)
1601 void snd_seq_client_info_event_filter_del(snd_seq_client_info_t *info, int event_type)
1621 int snd_seq_client_info_event_filter_check(snd_seq_client_info_t *info, int event_type)
1634 int snd_seq_client_info_get_num_ports(const snd_seq_client_info_t *info)
1647 int snd_seq_client_info_get_event_lost(const snd_seq_client_info_t *info)
1660 void snd_seq_client_info_set_client(snd_seq_client_info_t *info, int client)
1674 void snd_seq_client_info_set_name(snd_seq_client_info_t *info, const char *name)
1687 void snd_seq_client_info_set_broadcast_filter(snd_seq_client_info_t *info, int val)
1703 void snd_seq_client_info_set_error_bounce(snd_seq_client_info_t *info, int val)
1725 void snd_seq_client_info_set_event_filter(snd_seq_client_info_t *info, unsigned char *filter)
1750 int snd_seq_get_any_client_info(snd_seq_t *seq, int client, snd_seq_client_info_t *info)
1753 memset(info, 0, sizeof(snd_seq_client_info_t));
1770 int snd_seq_get_client_info(snd_seq_t *seq, snd_seq_client_info_t *info)
1786 int snd_seq_set_client_info(snd_seq_t *seq, snd_seq_client_info_t *info)
1808 int snd_seq_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info)