Home
last modified time | relevance | path

Searched refs:msdModule (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1026 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdProfileForOutput() local
1027 if (msdModule != nullptr) { in getMsdProfileForOutput()
1031 modules.add(msdModule); in getMsdProfileForOutput()
1792 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdOutputPatches() local
1793 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() local
1815 if (msdModule == nullptr) { in isMsdPatch()
1932 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in buildMsdPatch() local
1933 ALOG_ASSERT(msdModule != nullptr, "MSD module not available"); in buildMsdPatch()
[all …]
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp523 sp<HwModule> msdModule = new HwModule(AUDIO_HARDWARE_MODULE_ID_MSD, 2 /*halVersionMajor*/); in SetUpManagerConfig() local
525 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()