Lines Matching refs:n_devices
1313 uint32_t role_index, n_devices;
1325 pa_tagstruct_getu32(t, &n_devices) < 0 ||
1326 n_devices < 1)
1336 for (i = 0; i < n_devices; ++i) {
1438 n_devices = pa_hashmap_size(h);
1439 devices = pa_xnew(struct device_t *, n_devices);
1447 for (i = 0; i < n_devices; ++i) {
1448 for (uint32_t j = i; j < n_devices; ++j) {
1459 for (i = 0; i < n_devices; ++i) {
1466 for (i = 0; i < n_devices; ++i) {