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

  /external/python/cpython2/Modules/
ossaudiodev.c 479 oss_fileno(oss_audio_t *self, PyObject *unused) function
762 { "fileno", (PyCFunction)oss_fileno, METH_NOARGS },
  /external/python/cpython3/Modules/
ossaudiodev.c 554 oss_fileno(oss_audio_t *self, PyObject *unused) function
879 { "fileno", (PyCFunction)oss_fileno, METH_NOARGS },
    [all...]

Completed in 467 milliseconds