HomeSort by relevance Sort by last modified time
    Searched refs:oss_audio_t (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
ossaudiodev.c 57 } oss_audio_t; typedef in typeref:struct:__anon32855
75 static oss_audio_t *
78 oss_audio_t *self;
137 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) {
150 oss_dealloc(oss_audio_t *self)
302 oss_nonblock(oss_audio_t *self, PyObject *unused)
313 oss_setfmt(oss_audio_t *self, PyObject *args)
319 oss_getfmts(oss_audio_t *self, PyObject *unused)
328 oss_channels(oss_audio_t *self, PyObject *args)
334 oss_speed(oss_audio_t *self, PyObject *args
    [all...]
  /external/python/cpython3/Modules/
ossaudiodev.c 62 } oss_audio_t; typedef in typeref:struct:__anon33477
80 static oss_audio_t *
83 oss_audio_t *self;
141 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) {
154 oss_dealloc(oss_audio_t *self)
320 oss_nonblock(oss_audio_t *self, PyObject *unused)
334 oss_setfmt(oss_audio_t *self, PyObject *args)
343 oss_getfmts(oss_audio_t *self, PyObject *unused)
356 oss_channels(oss_audio_t *self, PyObject *args)
365 oss_speed(oss_audio_t *self, PyObject *args
    [all...]

Completed in 84 milliseconds