Searched refs:role_match (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-intended-roles.c | 64 static bool role_match(pa_proplist *proplist, const char *role) { in role_match() function 94 if (role_match(c->default_sink->proplist, role) && pa_sink_input_new_data_set_sink(new_data, c->default_sink, false, false)) in sink_input_new_hook_callback() 105 if (role_match(s->proplist, role) && pa_sink_input_new_data_set_sink(new_data, s, false, false)) in sink_input_new_hook_callback() 138 if (role_match(c->default_source->proplist, role)) { in source_output_new_hook_callback() 154 if (role_match(s->proplist, role)) { in source_output_new_hook_callback() 195 if (role_match(si->sink->proplist, role)) in sink_put_hook_callback() 198 if (!role_match(sink->proplist, role)) in sink_put_hook_callback() 245 if (role_match(so->source->proplist, role)) in source_put_hook_callback() 248 if (!role_match(source->proplist, role)) in source_put_hook_callback() 286 if (c->default_sink != sink && role_match( in sink_unlink_hook_callback() [all...] |
Completed in 1 milliseconds