Lines Matching full:profiles
1535 // then look for output profiles that can be routed to this device
1536 SortedVector<IOProfile *> profiles;
1546 profiles.add(mHwModules[i]->mOutputProfiles[j]);
1551 if (profiles.isEmpty() && outputs.isEmpty()) {
1556 // open outputs for matching profiles if needed. Direct outputs are also opened to
1558 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) {
1559 IOProfile *profile = profiles[profile_index];
1663 profiles.removeAt(profile_index);
1671 if (profiles.isEmpty()) {