Lines Matching refs:hwModule
849 for (const auto& hwModule : mHwModules) { in getProfileForOutput() local
850 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForOutput()
4164 for (const auto& hwModule : mHwModules) { in isHapticPlaybackSupported() local
4165 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()
4337 for (const auto& hwModule : mHwModulesAll) { in initialize() local
4338 hwModule->setHandle(mpClientInterface->loadHwModule(hwModule->getName())); in initialize()
4339 if (hwModule->getHandle() == AUDIO_MODULE_HANDLE_NONE) { in initialize()
4340 ALOGW("could not open HW module %s", hwModule->getName()); in initialize()
4343 mHwModules.push_back(hwModule); in initialize()
4348 for (const auto& outProfile : hwModule->getOutputProfiles()) { in initialize()
4355 ALOGW("Output profile contains no device on module %s", hwModule->getName()); in initialize()
4389 supportedDevice->toString().c_str(), hwModule->getName()); in initialize()
4395 device->attach(hwModule); in initialize()
4411 for (const auto& inProfile : hwModule->getInputProfiles()) { in initialize()
4418 ALOGW("Input profile contains no device on module %s", hwModule->getName()); in initialize()
4441 hwModule->getName()); in initialize()
4447 device->attach(hwModule); in initialize()
4573 for (const auto& hwModule : mHwModules) { in checkOutputsForDevice() local
4574 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
4575 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4579 j, hwModule->getName()); in checkOutputsForDevice()
4740 for (const auto& hwModule : mHwModules) { in checkOutputsForDevice() local
4741 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
4742 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4746 j, hwModule->getName()); in checkOutputsForDevice()
4768 for (const auto& hwModule : mHwModules) { in checkInputsForDevice() local
4770 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
4772 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
4777 profile_index, hwModule->getName()); in checkInputsForDevice()
4862 for (const auto& hwModule : mHwModules) { in checkInputsForDevice() local
4864 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
4866 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
4869 profile_index, hwModule->getName()); in checkInputsForDevice()
5639 for (const auto& hwModule : mHwModules) { in getInputProfile() local
5640 for (const auto& profile : hwModule->getInputProfiles()) { in getInputProfile()