Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dossaudiodev.c65 static PyTypeObject OSSAudioType; variable
137 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) { in newossobject()
842 static PyTypeObject OSSAudioType = { variable