Lines Matching refs:pa_streq
724 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()
1600 if (pa_streq(key, "Class")) { in parse_device_property()
1612 if (dbus_message_iter_get_arg_type(&ai) == DBUS_TYPE_STRING && pa_streq(key, "UUIDs")) { in parse_device_property()
1682 … if (dbus_message_iter_get_arg_type(&variant_i) == DBUS_TYPE_STRING && pa_streq(key, "Address")) { in parse_adapter_properties()
1702 if (dbus_message_iter_get_arg_type(&ai) == DBUS_TYPE_STRING && pa_streq(key, "UUIDs")) { in parse_adapter_properties()
1910 if (pa_streq(key, "UUID")) { in parse_remote_endpoint_properties()
1917 } else if (pa_streq(key, "Codec")) { in parse_remote_endpoint_properties()
1925 } else if (pa_streq(key, "Capabilities")) { in parse_remote_endpoint_properties()
1940 } else if (pa_streq(key, "Device")) { in parse_remote_endpoint_properties()
1978 if (pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SINK)) { in parse_remote_endpoint_properties()
1980 } else if (pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SOURCE)) { in parse_remote_endpoint_properties()
2007 …if (!pa_bluetooth_a2dp_codec_is_available(a2dp_codec_id, pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SIN… in parse_remote_endpoint_properties()
2053 if (pa_streq(interface, BLUEZ_ADAPTER_INTERFACE)) { in parse_interfaces_and_properties()
2071 } else if (pa_streq(interface, BLUEZ_DEVICE_INTERFACE)) { in parse_interfaces_and_properties()
2084 } else if (pa_streq(interface, BLUEZ_MEDIA_ENDPOINT_INTERFACE)) { in parse_interfaces_and_properties()
2158 …if (!dbus_message_iter_init(r, &arg_i) || !pa_streq(dbus_message_get_signature(r), "a{oa{sa{sv}}}"… in get_managed_objects_reply()
2227 if (pa_streq(name, BLUEZ_SERVICE)) { in filter_cb()
2256 …if (!dbus_message_iter_init(m, &arg_i) || !pa_streq(dbus_message_get_signature(m), "oa{sa{sv}}")) { in filter_cb()
2272 if (!dbus_message_iter_init(m, &arg_i) || !pa_streq(dbus_message_get_signature(m), "oas")) { in filter_cb()
2289 if (pa_streq(iface, BLUEZ_DEVICE_INTERFACE)) in filter_cb()
2291 else if (pa_streq(iface, BLUEZ_ADAPTER_INTERFACE)) in filter_cb()
2293 else if (pa_streq(iface, BLUEZ_MEDIA_ENDPOINT_INTERFACE)) in filter_cb()
2308 … if (!dbus_message_iter_init(m, &arg_i) || !pa_streq(dbus_message_get_signature(m), "sa{sv}as")) { in filter_cb()
2318 if (pa_streq(iface, BLUEZ_ADAPTER_INTERFACE)) { in filter_cb()
2330 } else if (pa_streq(iface, BLUEZ_DEVICE_INTERFACE)) { in filter_cb()
2344 } else if (pa_streq(iface, BLUEZ_MEDIA_TRANSPORT_INTERFACE)) { in filter_cb()
2353 } else if (pa_streq(iface, BLUEZ_MEDIA_ENDPOINT_INTERFACE)) { in filter_cb()
2445 if (!dbus_message_iter_init(m, &args) || !pa_streq(dbus_message_get_signature(m), "oa{sv}")) { in endpoint_set_configuration()
2479 if (pa_streq(key, "UUID")) { in endpoint_set_configuration()
2492 … if ((pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SOURCE) && p != PA_BLUETOOTH_PROFILE_A2DP_SINK) || in endpoint_set_configuration()
2493 … (pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SINK) && p != PA_BLUETOOTH_PROFILE_A2DP_SOURCE)) { in endpoint_set_configuration()
2497 } else if (pa_streq(key, "Device")) { in endpoint_set_configuration()
2504 } else if (pa_streq(key, "Configuration")) { in endpoint_set_configuration()