Home
last modified time | relevance | path

Searched refs:PA_PROP_EVENT_ID (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-position-event-sounds.c84 if ((id = pa_proplist_gets(data->proplist, PA_PROP_EVENT_ID))) { in sink_input_fixate_hook_callback()
116 …d '%s' horizontally at %0.2f.", pa_strnull(pa_proplist_gets(data->proplist, PA_PROP_EVENT_ID)), f); in sink_input_fixate_hook_callback()
126 …und '%s' vertically at %0.2f.", pa_strnull(pa_proplist_gets(data->proplist, PA_PROP_EVENT_ID)), f); in sink_input_fixate_hook_callback()
/third_party/pulseaudio/src/pulse/
Dproplist.h76 #define PA_PROP_EVENT_ID "event.id" macro
Dscache.c51 if (!(name = pa_proplist_gets(s->proplist, PA_PROP_EVENT_ID))) in pa_stream_connect_upload()
/third_party/pulseaudio/src/pulsecore/
Dcore-scache.c318 pa_proplist_sets(merged, PA_PROP_EVENT_ID, name); in pa_scache_play_item()
Dprotocol-native.c2998 if (!(name = pa_proplist_gets(p, PA_PROP_EVENT_ID))) in command_create_upload_stream()
/third_party/pulseaudio/vala/
Dlibpulse.vapi552 [CCode (cname="PA_PROP_EVENT_ID")]