Searched refs:msdModule (Results 1 – 2 of 2) sorted by relevance
1026 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdProfileForOutput() local1027 if (msdModule != nullptr) { in getMsdProfileForOutput()1031 modules.add(msdModule); in getMsdProfileForOutput()1792 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdOutputPatches() local1793 if (msdModule != 0) { in getMsdOutputPatches()1799 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdOutputPatches()1814 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in isMsdPatch() local1815 if (msdModule == nullptr) { in isMsdPatch()1932 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in buildMsdPatch() local1933 ALOG_ASSERT(msdModule != nullptr, "MSD module not available"); in buildMsdPatch()[all …]
523 sp<HwModule> msdModule = new HwModule(AUDIO_HARDWARE_MODULE_ID_MSD, 2 /*halVersionMajor*/); in SetUpManagerConfig() local525 modules.add(msdModule); in SetUpManagerConfig()531 msdModule->addOutputProfile(msdOutputProfile); in SetUpManagerConfig()538 msdModule->addOutputProfile(msdCompressedOutputProfile); in SetUpManagerConfig()543 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()548 msdModule->addInputProfile(msdInputProfile); in SetUpManagerConfig()