Searched refs:snd_rawmidi_info_t (Results 1 - 19 of 19) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | rawmidi.h | 45 typedef struct _snd_rawmidi_info snd_rawmidi_info_t; typedef 110 * \brief allocate an invalid #snd_rawmidi_info_t using standard alloca 114 int snd_rawmidi_info_malloc(snd_rawmidi_info_t **ptr); 115 void snd_rawmidi_info_free(snd_rawmidi_info_t *obj); 116 void snd_rawmidi_info_copy(snd_rawmidi_info_t *dst, const snd_rawmidi_info_t *src); 117 unsigned int snd_rawmidi_info_get_device(const snd_rawmidi_info_t *obj); 118 unsigned int snd_rawmidi_info_get_subdevice(const snd_rawmidi_info_t *obj); 119 snd_rawmidi_stream_t snd_rawmidi_info_get_stream(const snd_rawmidi_info_t *obj); 120 int snd_rawmidi_info_get_card(const snd_rawmidi_info_t *ob [all...] |
H A D | aserver.h | 135 snd_rawmidi_info_t rawmidi_info;
|
H A D | ump.h | 31 int snd_ump_rawmidi_info(snd_ump_t *ump, snd_rawmidi_info_t *info);
|
H A D | control.h | 414 int snd_ctl_rawmidi_info(snd_ctl_t *ctl, snd_rawmidi_info_t * info);
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi.c | 483 * \brief get size of the snd_rawmidi_info_t structure in bytes 484 * \return size of the snd_rawmidi_info_t structure in bytes 488 return sizeof(snd_rawmidi_info_t); in snd_rawmidi_info_sizeof() 492 * \brief allocate a new snd_rawmidi_info_t structure 499 int snd_rawmidi_info_malloc(snd_rawmidi_info_t **info) in snd_rawmidi_info_malloc() 502 *info = calloc(1, sizeof(snd_rawmidi_info_t)); in snd_rawmidi_info_malloc() 509 * \brief frees the snd_rawmidi_info_t structure 510 * \param info pointer to the snd_rawmidi_info_t structure to free 515 void snd_rawmidi_info_free(snd_rawmidi_info_t *info) in snd_rawmidi_info_free() 522 * \brief copy one snd_rawmidi_info_t structur [all...] |
H A D | rawmidi_local.h | 30 int (*info)(snd_rawmidi_t *rawmidi, snd_rawmidi_info_t *info);
|
H A D | ump.c | 12 snd_rawmidi_info_t info; in get_rawmidi_flags() 196 * \param info pointer to a snd_rawmidi_info_t structure to be filled 199 int snd_ump_rawmidi_info(snd_ump_t *ump, snd_rawmidi_info_t *info) in snd_ump_rawmidi_info()
|
H A D | rawmidi_hw.c | 99 static int snd_rawmidi_hw_info(snd_rawmidi_t *rmidi, snd_rawmidi_info_t * info) in snd_rawmidi_hw_info() 325 snd_rawmidi_info_t info; in snd_rawmidi_hw_open()
|
H A D | rawmidi_virt.c | 80 static int snd_rawmidi_virtual_info(snd_rawmidi_t *rmidi, snd_rawmidi_info_t * info) in snd_rawmidi_virtual_info()
|
/third_party/alsa-lib/test/ |
H A D | control.c | 12 snd_rawmidi_info_t *rawmidiinfo; in main()
|
/third_party/alsa-lib/src/control/ |
H A D | control_local.h | 48 int (*rawmidi_info)(snd_ctl_t *handle, snd_rawmidi_info_t * info);
|
H A D | control_ext.c | 397 snd_rawmidi_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_rawmidi_info()
|
H A D | control_hw.c | 313 static int snd_ctl_hw_rawmidi_info(snd_ctl_t *handle, snd_rawmidi_info_t * info) in snd_ctl_hw_rawmidi_info()
|
H A D | control_shm.c | 324 static int snd_ctl_shm_rawmidi_info(snd_ctl_t *ctl, snd_rawmidi_info_t * info) in snd_ctl_shm_rawmidi_info()
|
H A D | namehint.c | 156 snd_rawmidi_info_t info = {0}; in get_dev_name1()
|
H A D | control_remap.c | 768 static int snd_ctl_remap_rawmidi_info(snd_ctl_t *ctl, snd_rawmidi_info_t * info) in snd_ctl_remap_rawmidi_info()
|
H A D | control.c | 1255 int snd_ctl_rawmidi_info(snd_ctl_t *ctl, snd_rawmidi_info_t * info) in snd_ctl_rawmidi_info()
|
/third_party/alsa-utils/alsactl/ |
H A D | info.c | 97 snd_rawmidi_info_t *info; in rawmidi_device_list()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 115 snd_rawmidi_info_t *info; in list_device()
|
Completed in 27 milliseconds