Searched refs:msdModule (Results 1 – 2 of 2) sorted by relevance
437 sp<HwModule> msdModule = new HwModule(AUDIO_HARDWARE_MODULE_ID_MSD, 2 /*halVersionMajor*/); in SetUpManagerConfig() local439 modules.add(msdModule); in SetUpManagerConfig()445 msdModule->addOutputProfile(msdOutputProfile); in SetUpManagerConfig()452 msdModule->addOutputProfile(msdCompressedOutputProfile); in SetUpManagerConfig()457 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()462 msdModule->addInputProfile(msdInputProfile); in SetUpManagerConfig()
1392 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdOutputPatches() local1393 if (msdModule != 0) { in getMsdOutputPatches()1399 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdOutputPatches()1489 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in buildMsdPatch() local1490 ALOG_ASSERT(msdModule != nullptr, "MSD module not available"); in buildMsdPatch()1497 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()1499 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()