Home
last modified time | relevance | path

Searched refs:cenum (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/clang-sys/src/
Dlib.rs60 macro_rules! cenum { macro
101 cenum! {
110 cenum! {
141 cenum! {
149 cenum! {
158 cenum! {
176 cenum! {
184 cenum! {
191 cenum! {
217 cenum! {
[all …]
/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h123 #define SND_CONTROL_ENUM(cname, cget, cput, cenum, priv_val, priv_data) \ argument
127 .name = cname, .value = &cenum, .get = cget, .put = cput, \
177 #define INIT_SND_CONTROL_ENUM(c, cname, cget, cput, cenum, pval, pdata) \ argument
182 c->name = cname; c->value = cenum; c->get = cget; c->put = cput; \
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h74 #define INIT_SND_CONTROL_ENUM(c, cname, cget, cput, cenum, pval, pdata) \ argument
79 c->name = cname; c->value = cenum; c->get = cget; c->put = cput; \