Searched refs:hwModule (Results 1 – 3 of 3) sorted by relevance
751 for (const auto& hwModule : mHwModules) { in getProfileForDirectOutput() local752 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForDirectOutput()3617 for (const auto& hwModule : mHwModules) { in getSurroundFormats() local3618 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() local3983 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()[all …]
184 audio_module_handle_t hwModule = AUDIO_MODULE_HANDLE_NONE; in createAudioPatch() local189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()202 if (hwModule != AUDIO_MODULE_HANDLE_NONE) { in createAudioPatch()203 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(hwModule); in createAudioPatch()
289 for (const auto& hwModule : *this) { in getDeviceDescriptor()290 DeviceVector declaredDevices = hwModule->getDeclaredDevices(); in getDeviceDescriptor()