Home | History | Annotate | Download | only in audio

Lines Matching refs:module_index

2073         for (size_t module_index = 0; module_index < mHwModules.size(); module_index++)
2075 if (mHwModules[module_index]->mHandle == 0) {
2079 profile_index < mHwModules[module_index]->mInputProfiles.size();
2082 if (mHwModules[module_index]->mInputProfiles[profile_index]->mSupportedDevices
2085 profile_index, module_index);
2086 profiles.add(mHwModules[module_index]->mInputProfiles[profile_index]);
2200 for (size_t module_index = 0; module_index < mHwModules.size(); module_index++)
2202 if (mHwModules[module_index]->mHandle == 0) {
2206 profile_index < mHwModules[module_index]->mInputProfiles.size();
2209 IOProfile *profile = mHwModules[module_index]->mInputProfiles[profile_index];
2212 profile_index, module_index);