Lines Matching refs:profiles
1858 SortedVector<IOProfile *> profiles; in checkOutputsForDevice() local
1868 profiles.add(mHwModules[i]->mOutputProfiles[j]); in checkOutputsForDevice()
1873 if (profiles.isEmpty() && outputs.isEmpty()) { in checkOutputsForDevice()
1880 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice()
1881 IOProfile *profile = profiles[profile_index]; in checkOutputsForDevice()
2011 profiles.removeAt(profile_index); in checkOutputsForDevice()
2019 if (profiles.isEmpty()) { in checkOutputsForDevice()
2081 SortedVector<IOProfile *> profiles; in checkInputsForDevice() local
2095 profiles.add(mHwModules[module_index]->mInputProfiles[profile_index]); in checkInputsForDevice()
2100 if (profiles.isEmpty() && inputs.isEmpty()) { in checkInputsForDevice()
2107 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkInputsForDevice()
2109 IOProfile *profile = profiles[profile_index]; in checkInputsForDevice()
2185 profiles.removeAt(profile_index); in checkInputsForDevice()
2193 if (profiles.isEmpty()) { in checkInputsForDevice()