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

  /external/python/cpython2/Modules/
ossaudiodev.c 651 oss_mixer_close(oss_mixer_t *self, PyObject *unused) function
789 { "close", (PyCFunction)oss_mixer_close, METH_NOARGS },
  /external/python/cpython3/Modules/
ossaudiodev.c 225 /* the FD is set to -1 in oss_close()/oss_mixer_close() */
740 oss_mixer_close(oss_mixer_t *self, PyObject *unused) function
905 { "close", (PyCFunction)oss_mixer_close, METH_NOARGS },
    [all...]

Completed in 69 milliseconds