Home
last modified time | relevance | path

Searched refs:snd_seq_query_subs_type_t (Results 1 – 18 of 18) sorted by relevance

/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dsubscription.h61 snd_seq_query_subs_type_t getType();
72 void setType(snd_seq_query_subs_type_t type);
/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dsubscription.cpp147 snd_seq_query_subs_type_t
262 Subscriber::setType(snd_seq_query_subs_type_t type) in setType()
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dseq.h357 } snd_seq_query_subs_type_t; typedef
370 snd_seq_query_subs_type_t snd_seq_query_subscribe_get_type(const snd_seq_query_subscribe_t *info);
382 void snd_seq_query_subscribe_set_type(snd_seq_query_subscribe_t *info, snd_seq_query_subs_type_t ty…
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/seq/
H A Dseq.c2812 snd_seq_query_subs_type_t snd_seq_query_subscribe_get_type(const snd_seq_query_subscribe_t *info) in snd_seq_query_subscribe_get_type()
2955 void snd_seq_query_subscribe_set_type(snd_seq_query_subscribe_t *info, snd_seq_query_subs_type_t ty… in snd_seq_query_subscribe_set_type()
/dports/audio/qjackctl/qjackctl-qjackctl_0_9_5/src/
H A DqjackctlPatchbayRack.cpp1050 snd_seq_query_subs_type_t snd_subs_type;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alsa-sys-0.1.2/src/
H A Dlib.rs823 pub type snd_seq_query_subs_type_t = c_uint; typedef
1995 …_seq_query_subscribe_get_type(info: *const snd_seq_query_subscribe_t) -> snd_seq_query_subs_type_t; in snd_seq_query_subscribe_get_type() argument
2006 …q_query_subscribe_set_type(info: *mut snd_seq_query_subscribe_t, _type: snd_seq_query_subs_type_t); in snd_seq_query_subscribe_set_type() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-sys-0.1.2/src/
H A Dlib.rs823 pub type snd_seq_query_subs_type_t = c_uint; typedef
1995 …_seq_query_subscribe_get_type(info: *const snd_seq_query_subscribe_t) -> snd_seq_query_subs_type_t; in snd_seq_query_subscribe_get_type() argument
2006 …q_query_subscribe_set_type(info: *mut snd_seq_query_subscribe_t, _type: snd_seq_query_subs_type_t); in snd_seq_query_subscribe_set_type() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/alsa-sys-0.3.1/src/
H A Dgenerated.rs7943 pub const SND_SEQ_QUERY_SUBS_READ: snd_seq_query_subs_type_t = 0;
7945 pub const SND_SEQ_QUERY_SUBS_WRITE: snd_seq_query_subs_type_t = 1;
7947 pub type snd_seq_query_subs_type_t = u32; typedef
7983 ) -> snd_seq_query_subs_type_t; in snd_seq_query_subscribe_get_type() argument
8041 type_: snd_seq_query_subs_type_t, in snd_seq_query_subscribe_set_type() argument
/dports/www/firefox/firefox-99.0/third_party/rust/alsa-sys/src/
H A Dgenerated.rs7943 pub const SND_SEQ_QUERY_SUBS_READ: snd_seq_query_subs_type_t = 0;
7945 pub const SND_SEQ_QUERY_SUBS_WRITE: snd_seq_query_subs_type_t = 1;
7947 pub type snd_seq_query_subs_type_t = u32; typedef
7983 ) -> snd_seq_query_subs_type_t; in snd_seq_query_subscribe_get_type() argument
8041 type_: snd_seq_query_subs_type_t, in snd_seq_query_subscribe_set_type() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-sys-0.3.1/src/
H A Dgenerated.rs7943 pub const SND_SEQ_QUERY_SUBS_READ: snd_seq_query_subs_type_t = 0;
7945 pub const SND_SEQ_QUERY_SUBS_WRITE: snd_seq_query_subs_type_t = 1;
7947 pub type snd_seq_query_subs_type_t = u32; typedef
7983 ) -> snd_seq_query_subs_type_t; in snd_seq_query_subscribe_get_type() argument
8041 type_: snd_seq_query_subs_type_t, in snd_seq_query_subscribe_set_type() argument
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/spec/yml/
H A Dalsa.yml1091 snd_seq_query_subscribe_get_type: [snd_seq_query_subs_type_t, const snd_seq_query_subscribe_t *info]
1102 snd_seq_query_subscribe_set_type: [void, snd_seq_query_subscribe_t *info, snd_seq_query_subs_type_t
/dports/lang/vala/vala-0.48.18/vapi/
H A Dalsa.vapi928 …[CCode (cname = "snd_seq_query_subs_type_t", cprefix = "SND_SEQ_QUERY_SUBS_", has_type_id = false)]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/alsa-0.5.0/src/
H A Dseq.rs606 alsa::snd_seq_query_subscribe_set_type(self.0, value as alsa::snd_seq_query_subs_type_t) in set_type()
/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/
H A Dseq.rs606 alsa::snd_seq_query_subscribe_set_type(self.0, value as alsa::snd_seq_query_subs_type_t) in set_type()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-0.5.0/src/
H A Dseq.rs606 alsa::snd_seq_query_subscribe_set_type(self.0, value as alsa::snd_seq_query_subs_type_t) in set_type()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/
H A Dproxy.h12189 typedef snd_seq_query_subs_type_t (*FUNC_snd_seq_query_subs_type_t_const_snd_seq_query_subscribe_t_…
12243 …NPT___snd_seq_query_subs_type_t)(snd_seq_query_subscribe_t * info, snd_seq_query_subs_type_t type);
12246 snd_seq_query_subs_type_t a2;
24669 #define snd_seq_query_subscribe_get_type_RETURN snd_seq_query_subs_type_t
24713 …uery_subscribe_set_type_ARG_EXPAND snd_seq_query_subscribe_t * info, snd_seq_query_subs_type_t type
29140 snd_seq_query_subs_type_t snd_seq_query_subscribe_get_type(snd_seq_query_subscribe_get_type_ARG_EXP…
29141 typedef snd_seq_query_subs_type_t (*snd_seq_query_subscribe_get_type_PTR)(snd_seq_query_subscribe_g…
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/client/src/
H A Dclient.c15936 snd_seq_query_subs_type_t snd_seq_query_subscribe_get_type(const snd_seq_query_subscribe_t * info) { in snd_seq_query_subscribe_get_type()
15940 snd_seq_query_subs_type_t ret; in snd_seq_query_subscribe_get_type()
15992 void snd_seq_query_subscribe_set_type(snd_seq_query_subscribe_t * info, snd_seq_query_subs_type_t t… in snd_seq_query_subscribe_set_type()
15996 packed_data.args.a2 = (snd_seq_query_subs_type_t)type; in snd_seq_query_subscribe_set_type()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/host/
H A Dhost.c14128 snd_seq_query_subs_type_t *ret = (snd_seq_query_subs_type_t *)ret_v; in glIndexedCall()