Searched refs:mInputProfiles (Results 1 – 2 of 2) sorted by relevance
2088 profile_index < mHwModules[module_index]->mInputProfiles.size(); in checkInputsForDevice()2091 if (mHwModules[module_index]->mInputProfiles[profile_index]->mSupportedDevices in checkInputsForDevice()2095 profiles.add(mHwModules[module_index]->mInputProfiles[profile_index]); in checkInputsForDevice()2215 profile_index < mHwModules[module_index]->mInputProfiles.size(); in checkInputsForDevice()2218 IOProfile *profile = mHwModules[module_index]->mInputProfiles[profile_index]; in checkInputsForDevice()2892 for (size_t j = 0; j < mHwModules[i]->mInputProfiles.size(); j++) in getInputProfile()2894 IOProfile *profile = mHwModules[i]->mInputProfiles[j]; in getInputProfile()3732 for (size_t i = 0; i < mInputProfiles.size(); i++) { in ~HwModule()3733 delete mInputProfiles[i]; in ~HwModule()3757 if (mInputProfiles.size()) { in dump()[all …]
196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable