Lines Matching defs:devices
64 pa_hashmap *devices;
307 /* Check if any of the PCM devices that belong to this
389 if ((d = pa_hashmap_get(u->devices, path))) {
435 pa_hashmap_put(u->devices, d->path, d);
446 if (!(d = pa_hashmap_remove(u->devices, udev_device_get_devpath(dev))))
610 PA_HASHMAP_FOREACH(d, u->devices, state)
617 PA_HASHMAP_FOREACH(d, u->devices, state)
630 PA_HASHMAP_FOREACH(d, u->devices, state)
711 u->devices = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) device_free);
774 pa_log("Failed to subscribe to sound devices.");
806 pa_log("Failed to scan for devices.");
816 pa_log_info("Found %u cards.", pa_hashmap_size(u->devices));
858 if (u->devices)
859 pa_hashmap_free(u->devices);