Searched refs:module_index (Results 1 – 1 of 1) sorted by relevance
3527 for (size_t module_index = 0; module_index < mHwModules.size(); module_index++) { in checkInputsForDevice() local3528 if (mHwModules[module_index]->mHandle == 0) { in checkInputsForDevice()3532 profile_index < mHwModules[module_index]->mInputProfiles.size(); in checkInputsForDevice()3534 sp<IOProfile> profile = mHwModules[module_index]->mInputProfiles[profile_index]; in checkInputsForDevice()3537 profile_index, module_index); in checkInputsForDevice()