Lines Matching refs:pa_streq
80 if (!pa_streq(s, "bluetooth")) in source_put_hook_callback()
87 if (u->enable_a2dp_source && pa_streq(s, "a2dp_source")) in source_put_hook_callback()
89 …else if (u->enable_ag && (pa_streq(s, "headset_audio_gateway") || pa_streq(s, "handsfree_audio_gat… in source_put_hook_callback()
121 if (!pa_streq(s, "bluetooth")) in sink_put_hook_callback()
128 …if (u->enable_ag && (pa_streq(s, "headset_audio_gateway") || pa_streq(s, "handsfree_audio_gateway"… in sink_put_hook_callback()
156 if (!pa_streq(profile->name, "a2dp_sink")) in card_set_profile()
159 …if (!pa_streq(profile->name, "headset_head_unit") && !pa_streq(profile->name, "handsfree_head_unit… in card_set_profile()
185 if (!s || !pa_streq(s, "bluetooth")) in switch_profile()
194 …if (!pa_streq(card->active_profile->name, "headset_head_unit") && !pa_streq(card->active_profile->… in switch_profile()
198 if (pa_streq(card->active_profile->name, "a2dp_sink")) in switch_profile()
202 if (!pa_streq(card->active_profile->name, "a2dp_sink")) in switch_profile()
206 …if (pa_streq(card->active_profile->name, "headset_head_unit") || pa_streq(card->active_profile->na… in switch_profile()
222 return !pa_streq(s, "phone"); in ignore_output()
304 if (!s || !pa_streq(s, "bluetooth")) in card_init_profile_hook_callback()
309 !pa_streq(card->active_profile->name, "a2dp_sink")) in card_init_profile_hook_callback()
357 if (!s || !pa_streq(s, "bluetooth")) in profile_available_hook_callback()
361 if (pa_streq(profile->name, "a2dp_sink") || in profile_available_hook_callback()
362 pa_streq(profile->name, "headset_head_unit") || in profile_available_hook_callback()
363 pa_streq(profile->name, "handsfree_head_unit")) in profile_available_hook_callback()