Lines Matching refs:profiles
3123 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice() local
3133 profiles.add(mHwModules[i]->mOutputProfiles[j]); in checkOutputsForDevice()
3138 ALOGV(" found %d profiles, %d outputs", profiles.size(), outputs.size()); in checkOutputsForDevice()
3140 if (profiles.isEmpty() && outputs.isEmpty()) { in checkOutputsForDevice()
3147 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice()
3148 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
3303 profiles.removeAt(profile_index); in checkOutputsForDevice()
3319 if (profiles.isEmpty()) { in checkOutputsForDevice()
3388 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice() local
3402 profiles.add(mHwModules[module_idx]->mInputProfiles[profile_index]); in checkInputsForDevice()
3407 if (profiles.isEmpty() && inputs.isEmpty()) { in checkInputsForDevice()
3414 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkInputsForDevice()
3416 sp<IOProfile> profile = profiles[profile_index]; in checkInputsForDevice()
3503 profiles.removeAt(profile_index); in checkInputsForDevice()
3511 if (profiles.isEmpty()) { in checkInputsForDevice()