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

  /external/python/cpython3/Modules/
ossaudiodev.c 70 static PyTypeObject OSSAudioType;
141 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) {
316 * Methods of DSP objects (OSSAudioType)
969 static PyTypeObject OSSAudioType = {
1121 if (PyType_Ready(&OSSAudioType) < 0)
    [all...]
  /external/python/cpython2/Modules/
ossaudiodev.c 65 static PyTypeObject OSSAudioType;
137 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) {
298 * Methods of DSP objects (OSSAudioType)
842 static PyTypeObject OSSAudioType = {

Completed in 98 milliseconds