Home
last modified time | relevance | path

Searched refs:hwModule (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp751 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()
[all …]
/frameworks/av/services/audioflinger/
DPatchPanel.cpp184 audio_module_handle_t hwModule = AUDIO_MODULE_HANDLE_NONE; in createAudioPatch() local
189 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()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp289 for (const auto& hwModule : *this) { in getDeviceDescriptor()
290 DeviceVector declaredDevices = hwModule->getDeclaredDevices(); in getDeviceDescriptor()