Lines Matching refs:ports
84 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);
150 if (data->ports)
151 pa_hashmap_free(data->ports);
246 pa_device_port *p = pa_device_port_find_best(data->ports);
305 s->ports = data->ports;
306 data->ports = NULL;
312 if ((s->active_port = pa_hashmap_get(s->ports, data->active_port)))
318 s->active_port = pa_device_port_find_best(s->ports);
840 if (s->ports)
841 pa_hashmap_free(s->ports);
3499 if (!(port = pa_hashmap_get(s->ports, name)))