Lines Matching refs:pa_safe_streq
74 if (pa_safe_streq(card->active_profile->name, "off")) in profile_good_for_output()
77 if (!pa_safe_streq(card->active_profile->input_name, profile->input_name)) in profile_good_for_output()
109 if (pa_safe_streq(card->active_profile->name, "off")) in profile_good_for_input()
112 if (!pa_safe_streq(card->active_profile->output_name, profile->output_name)) in profile_good_for_input()
170 if (pa_safe_streq(name ? name : profile->name, port->preferred_profile)) in try_to_switch_profile()
235 …pa_safe_streq(port->preferred_profile, profile_name_for_dir(card->active_profile, port->direction)… in find_port_pointers()
312 if (pa_safe_streq(pa_proplist_gets(port->card->proplist, PA_PROP_DEVICE_BUS), "bluetooth")) in port_available_hook_callback()
487 if (pa_safe_streq(old_profile->input_name, new_profile->input_name)) in update_preferred_input_port()
503 …if (pa_idxset_size(card->sinks) > 0 && !pa_safe_streq(old_profile->output_name, new_profile->outpu… in update_preferred_input_port()
523 if (pa_safe_streq(old_profile->output_name, new_profile->output_name)) in update_preferred_output_port()
539 …if (pa_idxset_size(card->sources) > 0 && !pa_safe_streq(old_profile->input_name, new_profile->inpu… in update_preferred_output_port()