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

  /external/python/cpython2/Modules/
ossaudiodev.c 62 } oss_mixer_t; typedef in typeref:struct:__anon36781
163 static oss_mixer_t *
168 oss_mixer_t *self;
185 if ((self = PyObject_New(oss_mixer_t, &OSSMixerType)) == NULL) {
196 oss_mixer_dealloc(oss_mixer_t *self)
651 oss_mixer_close(oss_mixer_t *self, PyObject *unused)
662 oss_mixer_fileno(oss_mixer_t *self, PyObject *unused)
670 oss_mixer_controls(oss_mixer_t *self, PyObject *args)
677 oss_mixer_stereocontrols(oss_mixer_t *self, PyObject *args)
684 oss_mixer_reccontrols(oss_mixer_t *self, PyObject *args
    [all...]
  /external/python/cpython3/Modules/
ossaudiodev.c 67 } oss_mixer_t; typedef in typeref:struct:__anon37406
167 static oss_mixer_t *
172 oss_mixer_t *self;
188 if ((self = PyObject_New(oss_mixer_t, &OSSMixerType)) == NULL) {
199 oss_mixer_dealloc(oss_mixer_t *self)
740 oss_mixer_close(oss_mixer_t *self, PyObject *unused)
750 oss_mixer_fileno(oss_mixer_t *self, PyObject *unused)
761 oss_mixer_controls(oss_mixer_t *self, PyObject *args)
771 oss_mixer_stereocontrols(oss_mixer_t *self, PyObject *args)
781 oss_mixer_reccontrols(oss_mixer_t *self, PyObject *args
    [all...]

Completed in 61 milliseconds