Home
last modified time | relevance | path

Searched defs:cget (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h123 #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/
Dplugin.h52 #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/
Dfont.py141 def cget(self, option): member in Font
D__init__.py1826 def cget(self, key): member in Misc
4291 def cget(self, option): member in PhotoImage
/external/python/cpython3/Lib/
Dturtle.py398 def cget(self, *args, **kwargs): member in ScrolledCanvas