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()
1427 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdOutputPatches() local1428 if (msdModule != 0) { in getMsdOutputPatches()1434 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdOutputPatches()1524 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in buildMsdPatch() local1525 ALOG_ASSERT(msdModule != nullptr, "MSD module not available"); in buildMsdPatch()1532 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()1534 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()