Lines Matching defs:name
58 " <interface name=\"" DBUS_INTERFACE_OBJECT_MANAGER "\">\n" \
59 " <method name=\"GetManagedObjects\">\n" \
60 " <arg name=\"objects\" direction=\"out\" type=\"a{oa{sa{sv}}}\"/>\n" \
62 " <signal name=\"InterfacesAdded\">\n" \
63 " <arg name=\"object\" type=\"o\"/>\n" \
64 " <arg name=\"interfaces\" type=\"a{sa{sv}}\"/>\n" \
66 " <signal name=\"InterfacesRemoved\">\n" \
67 " <arg name=\"object\" type=\"o\"/>\n" \
68 " <arg name=\"interfaces\" type=\"as\"/>\n" \
71 " <interface name=\"" DBUS_INTERFACE_INTROSPECTABLE "\">\n" \
72 " <method name=\"Introspect\">\n" \
73 " <arg name=\"data\" direction=\"out\" type=\"s\"/>\n" \
76 " <node name=\"A2DPSink\"/>\n" \
77 " <node name=\"A2DPSource\"/>\n" \
83 " <interface name=\"" BLUEZ_MEDIA_ENDPOINT_INTERFACE "\">" \
84 " <method name=\"SetConfiguration\">" \
85 " <arg name=\"transport\" direction=\"in\" type=\"o\"/>" \
86 " <arg name=\"properties\" direction=\"in\" type=\"ay\"/>" \
88 " <method name=\"SelectConfiguration\">" \
89 " <arg name=\"capabilities\" direction=\"in\" type=\"ay\"/>" \
90 " <arg name=\"configuration\" direction=\"out\" type=\"ay\"/>" \
92 " <method name=\"ClearConfiguration\">" \
93 " <arg name=\"transport\" direction=\"in\" type=\"o\"/>" \
95 " <method name=\"Release\">" \
98 " <interface name=\"" DBUS_INTERFACE_INTROSPECTABLE "\">" \
99 " <method name=\"Introspect\">" \
100 " <arg name=\"data\" type=\"s\" direction=\"out\"/>" \
176 pa_log_error("Property name not a string.");
479 endpoint_conf->bt_codec.name);
724 if (optional && pa_streq(err.name, BLUEZ_ERROR_NOT_AVAILABLE))
1440 pa_log_warn(BLUEZ_BATTERY_PROVIDER_MANAGER_INTERFACE ".RegisterBatteryProvider() Failed: %s:%s", error.name, error.message);
1471 pa_log_error(BLUEZ_BATTERY_PROVIDER_MANAGER_INTERFACE ".UnregisterBatteryProvider() Failed: %s:%s", error.name, error.message);
2216 const char *name, *old_owner, *new_owner;
2219 DBUS_TYPE_STRING, &name,
2227 if (pa_streq(name, BLUEZ_SERVICE)) {
2570 pa_log_info("Selected codec: %s", endpoint_conf->bt_codec.name);
2829 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SINK_ENDPOINT, endpoint_conf->bt_codec.name);
2838 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SOURCE_ENDPOINT, endpoint_conf->bt_codec.name);
2941 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SINK_ENDPOINT, endpoint_conf->bt_codec.name);
2947 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SOURCE_ENDPOINT, endpoint_conf->bt_codec.name);
3032 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SINK_ENDPOINT, endpoint_conf->bt_codec.name);
3038 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SOURCE_ENDPOINT, endpoint_conf->bt_codec.name);