Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dossaudiodev.c1056 static char *control_labels[] = SOUND_DEVICE_LABELS; variable
1069 num_controls = Py_ARRAY_LENGTH(control_labels); in build_namelists()
1077 s = PyUnicode_FromString(control_labels[i]); in build_namelists()
1088 if (PyModule_AddObject(module, "control_labels", labels) == -1) in build_namelists()
1147 /* Build 'control_labels' and 'control_names' lists and add them in PyInit_ossaudiodev()

Completed in 2 milliseconds