Home
last modified time | relevance | path

Searched refs:PA_PROP_APPLICATION_ICON_NAME (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dproplist-util.c82 if (!pa_proplist_contains(p, PA_PROP_APPLICATION_ICON_NAME)) in add_gtk_properties()
89 pa_proplist_sets(p, PA_PROP_APPLICATION_ICON_NAME, t); in add_gtk_properties()
/third_party/pulseaudio/src/modules/
Dmodule-augment-properties.c255 if (!pa_proplist_contains(p, PA_PROP_APPLICATION_ICON_NAME)) in apply_rule()
256 pa_proplist_sets(p, PA_PROP_APPLICATION_ICON_NAME, r->icon_name); in apply_rule()
/third_party/pulseaudio/src/pulse/
Dproplist.h158 #define PA_PROP_APPLICATION_ICON_NAME "application.icon_name" macro
/third_party/pulseaudio/vala/
Dlibpulse.vapi586 [CCode (cname="PA_PROP_APPLICATION_ICON_NAME")]