Home
last modified time | relevance | path

Searched refs:PA_PROP_APPLICATION_NAME (Results 1 – 24 of 24) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dproplist-util.c65 if (!pa_proplist_contains(p, PA_PROP_APPLICATION_NAME)) in add_glib_properties()
72 pa_proplist_sets(p, PA_PROP_APPLICATION_NAME, t); in add_glib_properties()
203 if (!pa_proplist_contains(p, PA_PROP_APPLICATION_NAME)) { in pa_init_proplist()
207 pa_proplist_sets(p, PA_PROP_APPLICATION_NAME, t); in pa_init_proplist()
265 else if ((r = pa_proplist_gets(p, PA_PROP_APPLICATION_NAME))) in pa_proplist_get_stream_group()
Dclient.c74 …Created %u \"%s\"", c->index, pa_strnull(pa_proplist_gets(c->proplist, PA_PROP_APPLICATION_NAME))); in pa_client_new()
96 …("Freed %u \"%s\"", c->index, pa_strnull(pa_proplist_gets(c->proplist, PA_PROP_APPLICATION_NAME))); in pa_client_free()
126 …" to \"%s\"", c->index, pa_strnull(pa_proplist_gets(c->proplist, PA_PROP_APPLICATION_NAME)), name); in pa_client_set_name()
127 pa_proplist_sets(c->proplist, PA_PROP_APPLICATION_NAME, name); in pa_client_set_name()
Dcli.c76 pa_proplist_sets(data.proplist, PA_PROP_APPLICATION_NAME, cname); in pa_cli_new()
Dcli-text.c497 …n", o->client->index, pa_strnull(pa_proplist_gets(o->client->proplist, PA_PROP_APPLICATION_NAME))); in pa_source_output_list_to_string()
594 …n", i->client->index, pa_strnull(pa_proplist_gets(i->client->proplist, PA_PROP_APPLICATION_NAME))); in pa_sink_input_list_to_string()
Dprotocol-esound.c659 else if (conn->client && pa_proplist_gets(conn->client->proplist, PA_PROP_APPLICATION_NAME)) in esd_proto_all_info()
660 … strncpy(name, pa_proplist_gets(conn->client->proplist, PA_PROP_APPLICATION_NAME), ESD_NAME_MAX); in esd_proto_all_info()
1497 pa_proplist_setf(data.proplist, PA_PROP_APPLICATION_NAME, "EsounD client (%s)", pname); in pa_esound_protocol_connect()
Dprotocol-http.c710 pa_proplist_setf(client_data.proplist, PA_PROP_APPLICATION_NAME, "HTTP client (%s)", pname); in pa_http_protocol_connect()
Dprotocol-simple.c510 pa_proplist_setf(client_data.proplist, PA_PROP_APPLICATION_NAME, "Simple client (%s)", pname); in pa_simple_protocol_connect()
Dsource.c3049 …o->index, pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), core->default_sourc… in pa_source_move_streams_to_default_source()
3052 …o->index, pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), core->default_sourc… in pa_source_move_streams_to_default_source()
Dprotocol-native.c2833 if (pa_proplist_sets(p, PA_PROP_APPLICATION_NAME, name) < 0) { in command_set_client_name()
3379 pa_tagstruct_puts(t, pa_strnull(pa_proplist_gets(client->proplist, PA_PROP_APPLICATION_NAME))); in client_fill_tagstruct()
4874 pa_strnull(pa_proplist_gets(c->client->proplist, PA_PROP_APPLICATION_NAME)), in command_set_card_profile()
5290 pa_proplist_setf(data.proplist, PA_PROP_APPLICATION_NAME, "Native client (%s)", pname); in pa_native_protocol_connect()
Dsink.c4079 …i->index, pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), core->default_sink-… in pa_sink_move_streams_to_default_sink()
4082 …i->index, pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), core->default_sink-… in pa_sink_move_streams_to_default_sink()
/third_party/pulseaudio/src/modules/
Dmodule-allow-passthrough.c104 … pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), target->name); in move_stream()
107 … pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), target->name); in move_stream()
Dmodule-augment-properties.c261 t = pa_proplist_gets(p, PA_PROP_APPLICATION_NAME); in apply_rule()
264 pa_proplist_sets(p, PA_PROP_APPLICATION_NAME, r->application_name); in apply_rule()
Dmodule-systemd-login.c73 pa_proplist_setf(data.proplist, PA_PROP_APPLICATION_NAME, "Login Session %s", id); in add_session()
Dmodule-console-kit.c106 pa_proplist_setf(data.proplist, PA_PROP_APPLICATION_NAME, "ConsoleKit Session %s", id); in add_session()
Dmodule-filter-apply.c409 pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name); in move_object_for_filter()
412 pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name); in move_object_for_filter()
Dmodule-tunnel-sink-new.c171 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, "PulseAudio"); in tunnel_new_proplist()
Dmodule-tunnel-source-new.c160 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, "PulseAudio"); in tunnel_new_proplist()
/third_party/pulseaudio/src/utils/
Dpacat.c850 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, t) < 0) { in main()
1144 if (!pa_proplist_contains(proplist, PA_PROP_APPLICATION_NAME)) { in main()
1148 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, t); in main()
1158 (t = pa_proplist_gets(proplist, PA_PROP_APPLICATION_NAME))) in main()
Dpactl.c2729 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, t) < 0) { in main()
/third_party/pulseaudio/src/pulse/
Dproplist.h144 #define PA_PROP_APPLICATION_NAME "application.name" macro
Dcontext.c155 pa_proplist_sets(c->proplist, PA_PROP_APPLICATION_NAME, name); in pa_context_new_with_proplist()
590 pa_tagstruct_puts(reply, pa_proplist_gets(c->proplist, PA_PROP_APPLICATION_NAME)); in setup_complete_callback()
1332 pa_proplist_sets(p, PA_PROP_APPLICATION_NAME, name);
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-xsmp.c294 …pa_proplist_setf(data.proplist, PA_PROP_APPLICATION_NAME, "XSMP Session on %s as %s", vendor, clie… in pa__init()
/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c184 pa_proplist_sets(new_data.proplist, PA_PROP_APPLICATION_NAME, "D-Bus client"); in connection_new_cb()
/third_party/pulseaudio/vala/
Dlibpulse.vapi579 [CCode (cname="PA_PROP_APPLICATION_NAME")]