Home
last modified time | relevance | path

Searched refs:pa_subscription_match_flags (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore-subscribe.c172 if (!s->dead && pa_subscription_match_flags(s->mask, e->type)) in defer_cb()
/third_party/pulseaudio/src/pulse/
Ddef.h624 #define pa_subscription_match_flags(m, t) (!!((m) & (1 << ((t) & PA_SUBSCRIPTION_EVENT_FACILITY_MAS… macro
/third_party/pulseaudio/vala/
Dlibpulse.vapi937 [CCode (cname="pa_subscription_match_flags")]