Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dlinuxaudiodev.c51 } lad_t; typedef
79 static lad_t *
82 lad_t *xp; in newladobject()
136 if ((xp = PyObject_New(lad_t, &Ladtype)) == NULL) { in newladobject()
148 lad_dealloc(lad_t *xp) in lad_dealloc()
157 lad_read(lad_t *self, PyObject *args) in lad_read()
180 lad_write(lad_t *self, PyObject *args) in lad_write()
224 lad_close(lad_t *self, PyObject *unused) in lad_close()
234 lad_fileno(lad_t *self, PyObject *unused) in lad_fileno()
240 lad_setparameters(lad_t *self, PyObject *args) in lad_setparameters()
[all …]