Searched refs:PA_SUBSCRIPTION_EVENT_CLIENT (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | client.c | 75 pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_NEW, c->index); in pa_client_new() 97 …pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); in pa_client_free() 139 …pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_CHANGE, c->index); in pa_client_update_proplist()
|
D | core-subscribe.c | 133 [PA_SUBSCRIPTION_EVENT_CLIENT] = "CLIENT", in dump_event()
|
D | protocol-native.c | 4358 …pa_subscription_post(c->protocol->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_CHANGE,… in command_remove_proplist()
|
/third_party/pulseaudio/src/pulse/ |
D | def.h | 589 PA_SUBSCRIPTION_EVENT_CLIENT = 0x0005U, enumerator 644 #define PA_SUBSCRIPTION_EVENT_CLIENT PA_SUBSCRIPTION_EVENT_CLIENT macro
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-client.c | 387 …pa_subscription_post(c->client->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_CHANGE, c… in handle_remove_properties()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 1207 case PA_SUBSCRIPTION_EVENT_CLIENT: in subscription_event_facility_to_string()
|