Lines Matching refs:ports
74 data->ports = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) pa_device_port_unref);
140 if (data->ports)
141 pa_hashmap_free(data->ports);
232 pa_device_port *p = pa_device_port_find_best(data->ports);
292 s->ports = data->ports;
293 data->ports = NULL;
299 if ((s->active_port = pa_hashmap_get(s->ports, data->active_port)))
305 s->active_port = pa_device_port_find_best(s->ports);
769 if (s->ports)
770 pa_hashmap_free(s->ports);
2691 if (!(port = pa_hashmap_get(s->ports, name)))