Home
last modified time | relevance | path

Searched refs:SND_SEQ_PORT_CAP_WRITE (Results 1 – 11 of 11) sorted by relevance

/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c834 & (SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_SUBS_WRITE)) in list_ports()
835 != (SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_SUBS_WRITE)) in list_ports()
Darecordmidi.c333 SND_SEQ_PORT_CAP_WRITE | in create_ports()
362 SND_SEQ_PORT_CAP_WRITE); in create_ports()
/third_party/alsa-lib/test/
Dseq-sender.c174 snd_seq_port_info_set_capability(pinfo, SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_READ); in event_sender()
Dseq-decoder.c285 …snd_seq_port_info_set_capability(pinfo, SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_READ | SND_SEQ_P… in event_decoder()
Dplaymidi1.c522 SND_SEQ_PORT_CAP_WRITE | in main()
/third_party/alsa-utils/seq/aconnect/
Daconnect.c85 if (perm_ok(pinfo, SND_SEQ_PORT_CAP_WRITE|SND_SEQ_PORT_CAP_SUBS_WRITE)) in check_permission()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c112 SND_SEQ_PORT_CAP_WRITE | in create_port()
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c453 caps |= SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_SYNC_WRITE | SND_SEQ_PORT_CAP_SUBS_WRITE; in _snd_rawmidi_virtual_open()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c276 SND_SEQ_PORT_CAP_WRITE | in init_seq()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c225 SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_SUBS_WRITE); in create_port()
/third_party/alsa-lib/include/
Dseq.h215 #define SND_SEQ_PORT_CAP_WRITE (1<<1) /**< writable to this port */ macro