Searched refs:option_get (Results 1 – 2 of 2) sorted by relevance
2080 static pa_alsa_option* option_get(pa_alsa_path *p, const char *section) { in option_get() function2303 if (!(o = option_get(p, state->section))) { in option_parse_priority()2325 if (!(o = option_get(p, state->section))) { in option_parse_name()2348 o = option_get(p, state->section); in element_parse_required()
972 def option_get(self, name, className): member in Misc