Searched refs:PA_PROP_EVENT_ID (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-position-event-sounds.c | 84 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/ |
D | proplist.h | 76 #define PA_PROP_EVENT_ID "event.id" macro
|
D | scache.c | 51 if (!(name = pa_proplist_gets(s->proplist, PA_PROP_EVENT_ID))) in pa_stream_connect_upload()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-scache.c | 318 pa_proplist_sets(merged, PA_PROP_EVENT_ID, name); in pa_scache_play_item()
|
D | protocol-native.c | 2998 if (!(name = pa_proplist_gets(p, PA_PROP_EVENT_ID))) in command_create_upload_stream()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 552 [CCode (cname="PA_PROP_EVENT_ID")]
|