Home
last modified time | relevance | path

Searched refs:OSSAudioType (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dossaudiodev.c75 static PyTypeObject OSSAudioType; variable
146 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) { in newossobject()
320 * Methods of DSP objects (OSSAudioType)
966 static PyTypeObject OSSAudioType = { variable
1127 if (PyType_Ready(&OSSAudioType) < 0) in PyInit_ossaudiodev()

Completed in 2 milliseconds