Searched refs:profile_index (Results 1 – 1 of 1) sorted by relevance
3147 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice() local3148 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()3303 profiles.removeAt(profile_index); in checkOutputsForDevice()3304 profile_index--; in checkOutputsForDevice()3394 for (size_t profile_index = 0; in checkInputsForDevice() local3395 profile_index < mHwModules[module_idx]->mInputProfiles.size(); in checkInputsForDevice()3396 profile_index++) in checkInputsForDevice()3398 if (mHwModules[module_idx]->mInputProfiles[profile_index]->mSupportedDevices.types() in checkInputsForDevice()3401 profile_index, module_idx); in checkInputsForDevice()3402 profiles.add(mHwModules[module_idx]->mInputProfiles[profile_index]); in checkInputsForDevice()[all …]