Home
last modified time | relevance | path

Searched refs:oss_audio_t (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dossaudiodev.c67 } oss_audio_t; typedef
85 static oss_audio_t *
88 oss_audio_t *self; in newossobject()
146 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) { in newossobject()
159 oss_dealloc(oss_audio_t *self) in oss_dealloc()
324 oss_nonblock(oss_audio_t *self, PyObject *unused) in oss_nonblock()
337 oss_setfmt(oss_audio_t *self, PyObject *args) in oss_setfmt()
346 oss_getfmts(oss_audio_t *self, PyObject *unused) in oss_getfmts()
359 oss_channels(oss_audio_t *self, PyObject *args) in oss_channels()
368 oss_speed(oss_audio_t *sel
[all...]

Completed in 2 milliseconds