HomeSort by relevance Sort by last modified time
    Searched refs:snd_rawmidi_info_t (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
rawmidi.h 45 typedef struct _snd_rawmidi_info snd_rawmidi_info_t; typedef in typeref:struct:_snd_rawmidi_info
93 * \brief allocate an invalid #snd_rawmidi_info_t using standard alloca
97 int snd_rawmidi_info_malloc(snd_rawmidi_info_t **ptr);
98 void snd_rawmidi_info_free(snd_rawmidi_info_t *obj);
99 void snd_rawmidi_info_copy(snd_rawmidi_info_t *dst, const snd_rawmidi_info_t *src);
100 unsigned int snd_rawmidi_info_get_device(const snd_rawmidi_info_t *obj);
101 unsigned int snd_rawmidi_info_get_subdevice(const snd_rawmidi_info_t *obj);
102 snd_rawmidi_stream_t snd_rawmidi_info_get_stream(const snd_rawmidi_info_t *obj);
103 int snd_rawmidi_info_get_card(const snd_rawmidi_info_t *obj)
    [all...]
control.h 260 int snd_ctl_rawmidi_info(snd_ctl_t *ctl, snd_rawmidi_info_t * info);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
rawmidi.h 45 typedef struct _snd_rawmidi_info snd_rawmidi_info_t; typedef in typeref:struct:_snd_rawmidi_info
93 * \brief allocate an invalid #snd_rawmidi_info_t using standard alloca
97 int snd_rawmidi_info_malloc(snd_rawmidi_info_t **ptr);
98 void snd_rawmidi_info_free(snd_rawmidi_info_t *obj);
99 void snd_rawmidi_info_copy(snd_rawmidi_info_t *dst, const snd_rawmidi_info_t *src);
100 unsigned int snd_rawmidi_info_get_device(const snd_rawmidi_info_t *obj);
101 unsigned int snd_rawmidi_info_get_subdevice(const snd_rawmidi_info_t *obj);
102 snd_rawmidi_stream_t snd_rawmidi_info_get_stream(const snd_rawmidi_info_t *obj);
103 int snd_rawmidi_info_get_card(const snd_rawmidi_info_t *obj)
    [all...]
control.h 260 int snd_ctl_rawmidi_info(snd_ctl_t *ctl, snd_rawmidi_info_t * info);
  /external/chromium_org/media/midi/
midi_manager_alsa.cc 136 snd_rawmidi_info_t* midi_out;
137 snd_rawmidi_info_t* midi_in;
171 snd_rawmidi_info_t* midi = midi_out ? midi_out : midi_in;

Completed in 358 milliseconds