Lines Matching refs:oss_audio_t
67 } oss_audio_t;
85 static oss_audio_t *
88 oss_audio_t *self;
146 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) {
159 oss_dealloc(oss_audio_t *self)
324 oss_nonblock(oss_audio_t *self, PyObject *unused)
337 oss_setfmt(oss_audio_t *self, PyObject *args)
346 oss_getfmts(oss_audio_t *self, PyObject *unused)
359 oss_channels(oss_audio_t *self, PyObject *args)
368 oss_speed(oss_audio_t *self, PyObject *args)
377 oss_sync(oss_audio_t *self, PyObject *args)
386 oss_reset(oss_audio_t *self, PyObject *args)
395 oss_post(oss_audio_t *self, PyObject *args)
408 oss_read(oss_audio_t *self, PyObject *args)
435 oss_write(oss_audio_t *self, PyObject *args)
457 oss_writeall(oss_audio_t *self, PyObject *args)
524 oss_close(oss_audio_t *self, PyObject *unused)
555 oss_fileno(oss_audio_t *self, PyObject *unused)
568 oss_setparameters(oss_audio_t *self, PyObject *args)
620 _ssize(oss_audio_t *self, int *nchannels, int *ssize)
655 oss_bufsize(oss_audio_t *self, PyObject *unused)
677 oss_obufcount(oss_audio_t *self, PyObject *unused)
700 oss_obuffree(oss_audio_t *self, PyObject *unused)
720 oss_getptr(oss_audio_t *self, PyObject *unused)
930 {"name", T_STRING, offsetof(oss_audio_t, devicename), READONLY, NULL},
935 oss_closed_getter(oss_audio_t *self, void *closure)
941 oss_mode_getter(oss_audio_t *self, void *closure)
969 sizeof(oss_audio_t), /*tp_basicsize*/