Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dossaudiodev.c68 static PyTypeObject OSSAudioType; variable
139 if ((self = PyObject_New(oss_audio_t, &OSSAudioType)) == NULL) { in newossobject()
959 static PyTypeObject OSSAudioType = { variable
1113 if (PyType_Ready(&OSSAudioType) < 0) in PyInit_ossaudiodev()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2327 Modules/ossaudiodev.c - OSSAudioType -