Lines Matching refs:hwModule

751     for (const auto& hwModule : mHwModules) {  in getProfileForDirectOutput()  local
752 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForDirectOutput()
3617 for (const auto& hwModule : mHwModules) { in getSurroundFormats() local
3618 for (size_t i = 0; i < hwModule->getOutputProfiles().size(); i++) { in getSurroundFormats()
3619 sp<IOProfile> profile = hwModule->getOutputProfiles()[i]; in getSurroundFormats()
3982 for (const auto& hwModule : mHwModulesAll) { in loadConfig() local
3983 hwModule->setHandle(mpClientInterface->loadHwModule(hwModule->getName())); in loadConfig()
3984 if (hwModule->getHandle() == AUDIO_MODULE_HANDLE_NONE) { in loadConfig()
3985 ALOGW("could not open HW module %s", hwModule->getName()); in loadConfig()
3988 mHwModules.push_back(hwModule); in loadConfig()
3993 for (const auto& outProfile : hwModule->getOutputProfiles()) { in loadConfig()
4000 ALOGW("Output profile contains no device on module %s", hwModule->getName()); in loadConfig()
4034 hwModule->getName()); in loadConfig()
4040 mAvailableOutputDevices[index]->attach(hwModule); in loadConfig()
4058 for (const auto& inProfile : hwModule->getInputProfiles()) { in loadConfig()
4065 ALOGW("Input profile contains no device on module %s", hwModule->getName()); in loadConfig()
4100 devDesc->attach(hwModule); in loadConfig()
4109 hwModule->getName()); in loadConfig()
4250 for (const auto& hwModule : mHwModules) { in loadConfig() local
4251 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in loadConfig()
4252 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in loadConfig()
4258 j, hwModule->getName()); in loadConfig()
4417 for (const auto& hwModule : mHwModules) { in loadConfig() local
4418 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in loadConfig()
4419 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in loadConfig()
4423 j, hwModule->getName()); in loadConfig()
4457 for (const auto& hwModule : mHwModules) { in loadConfig() local
4459 profile_index < hwModule->getInputProfiles().size(); in loadConfig()
4461 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in loadConfig()
4468 profile_index, hwModule->getName()); in loadConfig()
4562 for (const auto& hwModule : mHwModules) { in loadConfig() local
4564 profile_index < hwModule->getInputProfiles().size(); in loadConfig()
4566 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in loadConfig()
4569 profile_index, hwModule->getName()); in loadConfig()
5440 for (const auto& hwModule : mHwModules) { in loadConfig() local
5441 for (const auto& profile : hwModule->getInputProfiles()) { in loadConfig()