/external/tinyalsa/include/tinyalsa/ |
D | mixer_plugin.h | 123 #define SND_VALUE_TLV_BYTES(csize, cget, cput) \ argument 126 #define SND_CONTROL_ENUM(cname, cget, cput, cenum, priv_val, priv_data) \ argument 134 #define SND_CONTROL_BYTES(cname, cget, cput, cbytes, priv_val, priv_data) \ argument 143 #define SND_CONTROL_INTEGER(cname, cget, cput, cint, priv_val, priv_data) \ argument 162 #define INIT_SND_CONTROL_INTEGER(c, cname, cget, cput, cint, pval, pdata) \ argument 171 #define INIT_SND_CONTROL_BYTES(c, cname, cget, cput, cint, pval, pdata) \ argument 180 #define INIT_SND_CONTROL_ENUM(c, cname, cget, cput, cenum, pval, pdata) \ argument
|
/external/tinyalsa_new/include/tinyalsa/ |
D | plugin.h | 52 #define SND_VALUE_TLV_BYTES(csize, cget, cput) \ argument 56 #define INIT_SND_CONTROL_INTEGER(c, cname, cget, cput, cint, pval, pdata) \ argument 65 #define INIT_SND_CONTROL_BYTES(c, cname, cget, cput, cint, pval, pdata) \ argument 74 #define INIT_SND_CONTROL_ENUM(c, cname, cget, cput, cenum, pval, pdata) \ argument
|
/external/python/cpython3/Lib/tkinter/ |
D | font.py | 141 def cget(self, option): member in Font
|
D | __init__.py | 1826 def cget(self, key): member in Misc 4291 def cget(self, option): member in PhotoImage
|
/external/python/cpython3/Lib/ |
D | turtle.py | 398 def cget(self, *args, **kwargs): member in ScrolledCanvas
|