Lines Matching refs:endpoints
1134 pa_hashmap *endpoints;
1139 PA_HASHMAP_FOREACH(endpoints, device->a2dp_sink_endpoints, state)
1140 pa_hashmap_remove_and_free(endpoints, path);
1142 PA_HASHMAP_FOREACH(endpoints, device->a2dp_source_endpoints, state)
1143 pa_hashmap_remove_and_free(endpoints, path);
1882 pa_hashmap *endpoints;
2016 endpoints = pa_hashmap_get(codec_endpoints, a2dp_codec_id);
2017 if (!endpoints) {
2018 endpoints = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, pa_xfree, pa_xfree);
2019 pa_hashmap_put(codec_endpoints, a2dp_codec_id, endpoints);
2022 if (pa_hashmap_remove_and_free(endpoints, endpoint) >= 0)
2024 pa_hashmap_put(endpoints, pa_xstrdup(endpoint), a2dp_codec_capabilities);