Home
last modified time | relevance | path

Searched refs:pa_streq (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluetooth-policy.c80 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()
[all …]
Dbluez5-util.c724 if (optional && pa_streq(err.name, BLUEZ_ERROR_NOT_AVAILABLE)) in bluez5_transport_acquire_cb()
803 …if (pa_streq(error_name, DBUS_ERROR_INVALID_ARGS) && pa_streq(error_message, "No such property 'Vo… in get_volume_reply()
1020 if (pa_streq(value, "idle")) in transport_state_from_string()
1022 else if (pa_streq(value, "pending") || pa_streq(value, "active")) in transport_state_from_string()
1049 if (pa_streq(key, "State")) { in parse_transport_property()
1067 if (pa_streq(key, "Volume")) { in parse_transport_property()
1215 if (d->valid && pa_streq(d->address, remote) && pa_streq(d->adapter->address, local)) in pa_bluetooth_discovery_get_device_by_address()
1551 if (pa_streq(key, "Alias")) { in parse_device_property()
1555 } else if (pa_streq(key, "Address")) { in parse_device_property()
1577 if (pa_streq(key, "Adapter")) { in parse_device_property()
[all …]
Dbackend-ofono.c208 if (!pa_streq(err.name, DBUS_ERROR_UNKNOWN_METHOD)) { in card_acquire()
402 if (pa_streq(key, "RemoteAddress")) { in hf_audio_agent_card_found()
405 } else if (pa_streq(key, "LocalAddress")) { in hf_audio_agent_card_found()
408 } else if (pa_streq(key, "Type")) { in hf_audio_agent_card_found()
409 if (pa_streq(value, "gateway")) in hf_audio_agent_card_found()
470 if (!dbus_message_iter_init(r, &i) || !pa_streq(dbus_message_get_signature(r), "a(oa{sv})")) { in hf_audio_agent_get_cards_reply()
591 if (!pa_safe_streq(backend->ofono_bus_id, sender) && !pa_streq(DBUS_SERVICE_DBUS, sender)) in filter_cb()
608 if (pa_streq(name, OFONO_SERVICE)) { in filter_cb()
625 … if (!dbus_message_iter_init(m, &arg_i) || !pa_streq(dbus_message_get_signature(m), "oa{sv}")) { in filter_cb()
740 if (!pa_streq(path, HF_AUDIO_AGENT_PATH)) in hf_audio_agent_handler()
Dmodule-bluez5-discover.c139 if (pa_streq(headset_str, "ofono")) in pa__init()
141 else if (pa_streq(headset_str, "native")) in pa__init()
143 else if (pa_streq(headset_str, "auto")) in pa__init()
Da2dp-codec-util.c96 if (pa_streq(pa_hf_codecs[i]->name, name)) in pa_bluetooth_get_hf_codec()
108 if (pa_streq(pa_a2dp_endpoint_configurations[i]->bt_codec.name, name)) in pa_bluetooth_get_a2dp_endpoint_conf()
/third_party/pulseaudio/src/tests/
Dusergroup-test.c50 if (!pa_streq(a->gr_name, b->gr_name)) { in compare_group()
55 if (!pa_streq(a->gr_passwd, b->gr_passwd)) { in compare_group()
67 if (!pa_streq(*amem, *bmem)) { in compare_group()
82 if (!pa_streq(a->pw_name, b->pw_name)) { in compare_passwd()
87 if (!pa_streq(a->pw_passwd, b->pw_passwd)) { in compare_passwd()
102 if (!pa_streq(a->pw_gecos, b->pw_gecos)) { in compare_passwd()
107 if (!pa_streq(a->pw_dir, b->pw_dir)) { in compare_passwd()
112 if (!pa_streq(a->pw_shell, b->pw_shell)) { in compare_passwd()
Dstrlist-test.c27 fail_unless(pa_streq(t, "a b c d e")); in START_TEST()
34 fail_unless(pa_streq(t, "a b c d e")); in START_TEST()
39 fail_unless(pa_streq(u, "a")); in START_TEST()
46 fail_unless(pa_streq(t, "b d e")); in START_TEST()
Dutf8-test.c29 fail_unless(pa_streq(c, res1)); in START_TEST()
36 fail_unless(pa_streq(c, res2)); in START_TEST()
45 fail_unless(pa_streq(c, res3)); in START_TEST()
Dalsa-mixer-path-test.c75 if (pa_streq(ent->d_name, ".") || pa_streq(ent->d_name, "..")) in START_TEST()
88 found |= pa_streq(ent->d_name, pa_strlist_data(n)); in START_TEST()
Djson-test.c47 fail_unless(pa_streq(pa_json_object_get_string(o), strings_compare[i])); in START_TEST()
89 fail_unless(pa_streq(pa_json_object_get_string(v), test_strings[i])); in START_TEST()
333 fail_unless(pa_streq(pa_json_object_get_string(v), "A Person")); in START_TEST()
405 if (pa_streq(expected_entries[i].key, k)) { in START_TEST()
410 … fail_unless(pa_streq(expected_entries[i].value.str, pa_json_object_get_string(v))); in START_TEST()
452 fail_unless(pa_streq(pa_json_object_get_string(v), "A Person")); in START_TEST()
556 fail_unless(pa_streq(pa_json_object_get_string(v), "a member")); in START_TEST()
569 fail_unless(pa_streq(pa_json_object_get_string(v), "a member")); in START_TEST()
628 fail_unless(pa_streq(pa_json_object_get_string(v), "a member")); in START_TEST()
659 fail_unless(pa_streq(pa_json_object_get_string(v), "a member")); in START_TEST()
[all …]
/third_party/pulseaudio/src/modules/raop/
Dmodule-raop-discover.c144 if (pa_streq(model, "PIONEER,1")) { in guess_latency_from_device()
147 } else if (pa_streq(model, "ShairportSync")) { in guess_latency_from_device()
200 if (pa_streq(key, "device")) { in resolver_cb()
203 } else if (pa_streq(key, "tp")) { in resolver_cb()
215 } else if (pa_streq(key, "et")) { in resolver_cb()
227 } else if (pa_streq(key, "cn")) { in resolver_cb()
238 } else if (pa_streq(key, "md")) { in resolver_cb()
243 } else if (pa_streq(key, "pw")) { in resolver_cb()
245 } else if (pa_streq(key, "ch")) { in resolver_cb()
249 } else if (pa_streq(key, "ss")) { in resolver_cb()
[all …]
/third_party/pulseaudio/src/pulsecore/
Dnamereg.c81 pa_streq(name, "@DEFAULT_SINK@")) in pa_namereg_is_valid_name_or_wildcard()
85 (pa_streq(name, "@DEFAULT_SOURCE@") || in pa_namereg_is_valid_name_or_wildcard()
86 pa_streq(name, "@DEFAULT_MONITOR@"))) in pa_namereg_is_valid_name_or_wildcard()
190 if (type == PA_NAMEREG_SOURCE && (!name || pa_streq(name, "@DEFAULT_SOURCE@"))) { in pa_namereg_get()
193 } else if (type == PA_NAMEREG_SINK && (!name || pa_streq(name, "@DEFAULT_SINK@"))) { in pa_namereg_get()
196 } else if (type == PA_NAMEREG_SOURCE && name && pa_streq(name, "@DEFAULT_MONITOR@")) { in pa_namereg_get()
Dcpu-arm.c111 if (pa_streq(current, "vfp")) in pa_cpu_get_arm_flags()
113 else if (pa_streq(current, "edsp")) in pa_cpu_get_arm_flags()
115 else if (pa_streq(current, "neon")) in pa_cpu_get_arm_flags()
117 else if (pa_streq(current, "vfpv3")) in pa_cpu_get_arm_flags()
Drtkit.c53 if (pa_streq(name, DBUS_ERROR_NO_MEMORY)) in translate_error()
55 if (pa_streq(name, DBUS_ERROR_SERVICE_UNKNOWN) || in translate_error()
56 pa_streq(name, DBUS_ERROR_NAME_HAS_NO_OWNER)) in translate_error()
58 if (pa_streq(name, DBUS_ERROR_ACCESS_DENIED) || in translate_error()
59 pa_streq(name, DBUS_ERROR_AUTH_FAILED)) in translate_error()
Dprotocol-dbus.c335 if (pa_streq(call_info->method, "Get")) in find_handler_by_property()
338 else if (pa_streq(call_info->method, "Set")) { in find_handler_by_property()
341 if (pa_streq(call_info->property_sig, call_info->expected_property_sig)) in find_handler_by_property()
363 if (pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_by_method()
376 if (pa_streq(call_info->method, "GetAll")) { in find_handler_from_properties_call()
378 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
396 } else if (pa_streq(call_info->method, "Get")) { in find_handler_from_properties_call()
398 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
418 } else if (pa_streq(call_info->method, "Set")) { in find_handler_from_properties_call()
422 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
[all …]
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c226 return pa_streq(i, interface) && pa_streq(p, property); in message_is_property_get()
245 return pa_streq(i, interface); in message_is_property_get_all()
497 return pa_streq(path, OBJECT_SINKS) ? n : k - n; in get_sinks_or_sources_count()
505 pa_streq(path, OBJECT_SINKS) ? in append_sink_or_source_container_mediaobject2_properties()
532 if (pa_streq(property_name, "Parent")) { in append_sink_or_source_container_properties()
535 else if (pa_streq(property_name, "Type")) { in append_sink_or_source_container_properties()
538 else if (pa_streq(property_name, "Path")) { in append_sink_or_source_container_properties()
541 else if (pa_streq(property_name, "DisplayName")) { in append_sink_or_source_container_properties()
543 pa_streq(path, OBJECT_SINKS) ? in append_sink_or_source_container_properties()
547 else if (pa_streq(property_name, "ChildCount")) { in append_sink_or_source_container_properties()
[all …]
Dmodule-augment-properties.c108 if (pa_streq(c, "Game")) { in parse_categories()
111 } else if (pa_streq(c, "Telephony")) { in parse_categories()
125 return pa_streq(state->rvalue, "Application") ? 0 : -1; in check_type()
152 || pa_streq(dir->d_name, ".") in find_desktop_file_in_dir()
153 || pa_streq(dir->d_name, "..")) in find_desktop_file_in_dir()
263 if (!t || pa_streq(t, r->process_name)) in apply_rule()
Dmodule-zeroconf-discover.c164 if (pa_streq(key, "device")) { in resolver_cb()
168 } else if (pa_streq(key, "rate")) in resolver_cb()
170 else if (pa_streq(key, "channels")) in resolver_cb()
172 else if (pa_streq(key, "format")) in resolver_cb()
174 else if (pa_streq(key, "icon-name")) { in resolver_cb()
177 } else if (pa_streq(key, "channel_map")) { in resolver_cb()
Dmodule-position-event-sounds.c81 if (!pa_streq(role, "event")) in sink_input_fixate_hook_callback()
93 if (pa_streq(id, "audio-volume-change")) in sink_input_fixate_hook_callback()
96 if (pa_streq(id, "audio-test-signal")) in sink_input_fixate_hook_callback()
Dmodule-filter-apply.c136 if ((apply = pa_proplist_gets(pl, PA_PROP_FILTER_APPLY)) && !pa_streq(apply, "")) { in get_filter_name()
139 if (!suppress || !pa_streq(suppress, apply)) in get_filter_name()
230 return pa_streq(filter->name, "echo-cancel"); in should_group_filter()
265 if (pa_streq(g, group)) { in find_paired_master()
266 if (pa_streq(module_name, so->source->module->name)) { in find_paired_master()
292 if (pa_streq(g, group)) { in find_paired_master()
293 if (pa_streq(module_name, si->sink->module->name)) { in find_paired_master()
433 if (pa_streq(g, group)) in move_objects_for_filter()
442 if (pa_streq(g, group)) in move_objects_for_filter()
539 if (pa_streq(module->name, module_name)) { in process()
Dmodule-udev-detect.c171 is_modem = pcm_class && pa_streq(pcm_class, "modem"); in pcm_is_modem()
257 if (!pa_streq(line, "closed\n")) { in is_card_busy()
469 pa_streq(ff, "modem")) { in process_device()
476 if (action && pa_streq(action, "remove")) in process_device()
478 …else if ((!action || pa_streq(action, "change")) && udev_device_get_property_value(dev, "SOUND_INI… in process_device()
553 b = pa_streq(node, cd); in control_node_belongs_to_device()
/third_party/pulseaudio/src/utils/
Dpactl.c1807 if (pa_streq(module_name, i->name)) { in unload_module_by_name_callback()
2259 if (pa_streq(list_type, "modules")) in context_state_callback()
2261 else if (pa_streq(list_type, "sinks")) in context_state_callback()
2263 else if (pa_streq(list_type, "sources")) in context_state_callback()
2265 else if (pa_streq(list_type, "sink-inputs")) in context_state_callback()
2267 else if (pa_streq(list_type, "source-outputs")) in context_state_callback()
2269 else if (pa_streq(list_type, "clients")) in context_state_callback()
2271 else if (pa_streq(list_type, "samples")) in context_state_callback()
2273 else if (pa_streq(list_type, "cards")) in context_state_callback()
2275 else if (pa_streq(list_type, "message-handlers")) in context_state_callback()
[all …]
/third_party/pulseaudio/src/pulse/
Dchannelmap.c501 if (pa_streq(p, "left")) in pa_channel_position_from_string()
503 else if (pa_streq(p, "right")) in pa_channel_position_from_string()
505 else if (pa_streq(p, "center")) in pa_channel_position_from_string()
507 else if (pa_streq(p, "subwoofer")) in pa_channel_position_from_string()
511 if (pa_streq(p, table[i])) in pa_channel_position_from_string()
531 if (pa_streq(s, "stereo")) { in pa_channel_map_parse()
536 } else if (pa_streq(s, "surround-21")) { in pa_channel_map_parse()
542 } else if (pa_streq(s, "surround-40")) { in pa_channel_map_parse()
549 } else if (pa_streq(s, "surround-41")) { in pa_channel_map_parse()
557 } else if (pa_streq(s, "surround-50")) { in pa_channel_map_parse()
[all …]
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c292 if (pa_streq(dm[i].key, key)) in lookup_description()
305 if (pa_streq(dm[i].key, key)) in lookup_description2()
1932 o->alsa_idx = pa_streq(o->alsa_name, "on") ? 1 : 0; in element_probe()
1951 if (!pa_streq(buf, o->alsa_name)) in element_probe()
2029 if (p->last_element && pa_streq(p->last_element->alsa_id.name, name) && in pa_alsa_element_get()
2034 if (pa_streq(e->alsa_id.name, name) && e->alsa_id.index == index) in pa_alsa_element_get()
2064 if (p->last_jack && pa_streq(p->last_jack->name, name) && in jack_get()
2069 if (pa_streq(j->name, name) && j->alsa_id.index == index) in jack_get()
2109 pa_streq(p->last_option->element->alsa_id.name, name) && in option_get()
2111 pa_streq(p->last_option->alsa_name, on)) { in option_get()
[all …]
/third_party/pulseaudio/src/modules/rtp/
Drtp-common.c102 if (pa_streq(s, "L16") && enable_opus) in pa_rtp_string_to_format()
104 else if (pa_streq(s, "L16")) in pa_rtp_string_to_format()

12345