Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dossaudiodev.c1057 static char *control_names[] = SOUND_DEVICE_NAMES; variable
1070 assert(num_controls == Py_ARRAY_LENGTH(control_names)); in build_namelists()
1082 s = PyUnicode_FromString(control_names[i]); in build_namelists()
1090 if (PyModule_AddObject(module, "control_names", names) == -1) in build_namelists()
1147 /* Build 'control_labels' and 'control_names' lists and add them in PyInit_ossaudiodev()

Completed in 2 milliseconds