Searched defs:PA_HASHMAP_FOREACH_KV (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | hashmap.h | 94 #define PA_HASHMAP_FOREACH_KV(k, e, h, state) \ macro
|
/third_party/pulseaudio/src/tests/ |
H A D | json-test.c | 401 PA_HASHMAP_FOREACH_KV(k, v, pa_json_object_get_object_member_hashmap(o), state) { in START_TEST() function
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-aptx-gst.c | 98 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint() function 112 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint_hd() function
|
H A D | a2dp-codec-ldac-gst.c | 81 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint() function
|
H A D | a2dp-codec-sbc.c | 117 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint() function 131 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint_xq() function
|
H A D | module-bluez5-device.c | 2525 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, a2dp_endpoints, state) { in list_codecs() function
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | module-alsa-card.c | 726 PA_HASHMAP_FOREACH_KV(group, count, group_counts, state) { in prune_singleton_availability_groups() function
|
Completed in 10 milliseconds