Searched refs:pa_bitset_t (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | bitset.c | 30 void pa_bitset_set(pa_bitset_t *b, unsigned k, bool v) { in pa_bitset_set() 39 bool pa_bitset_get(const pa_bitset_t *b, unsigned k) { in pa_bitset_get() 43 bool pa_bitset_equals(const pa_bitset_t *b, unsigned n, ...) { in pa_bitset_equals() 45 pa_bitset_t *a; in pa_bitset_equals() 48 a = pa_xnew0(pa_bitset_t, PA_BITSET_ELEMENTS(n)); in pa_bitset_equals()
|
D | bitset.h | 29 typedef uint32_t pa_bitset_t; typedef 31 void pa_bitset_set(pa_bitset_t *b, unsigned k, bool v); 32 bool pa_bitset_get(const pa_bitset_t *b, unsigned k); 33 bool pa_bitset_equals(const pa_bitset_t *b, unsigned n, ...);
|
/third_party/pulseaudio/src/pulse/ |
D | channelmap.c | 700 pa_bitset_t in_map[PA_BITSET_ELEMENTS(PA_CHANNEL_POSITION_MAX)]; in pa_channel_map_to_name() 754 pa_bitset_t in_map[PA_BITSET_ELEMENTS(PA_CHANNEL_POSITION_MAX)]; in pa_channel_map_to_pretty_name()
|